.site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5C99A;
}
.toplink {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #074791;
	text-decoration: none;
	letter-spacing: 2px;
}
.text {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #0A3E7A;
	text-decoration: none;
}
a. {
     color:#000000;
	 text-decoration:none;
	}
	
a:hover {
     color:#FFCC33;
}
