body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #CC9900;

}
a:link { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; color: #996600; 
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffcc00;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffcc00;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; color: #996600; 
	text-decoration: underline;
}
