/* CSS Document */

.button {
	color: #008080;
	font-family: "Abadi MT Condensed";
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #CAFFFF;
	margin-top: 25px;
	background-image: url(images/namebg.gif);
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #008080;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008080;
}
a:hover {
	text-decoration: none;
	color: #CAFFFF;
}
a:active {
	text-decoration: none;
	color: #CAFFFF;
}
.text {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }