<style type="text/css">

.header {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;	
	color: #A89B6B; /* gold */
}
.header_sm {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;	
	color: #0F5FA2; /* blue */
}
.topnav {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: regular;
	color: #ffffff; /* white */
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999; /* gray */
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #0F5FA2; /* blue */
}
a {
	text-decoration: none;
	color: #0E5899; /* blue */
}
a:hover {
	text-decoration: underline;
	color: #F68E29; /* orange */
}

</style>	
