<style>
<!--
.links {font-family: Comic Sans MS; 
	font-weight: bold;
	color: black;
	font-weight: bold;}

a.gold_links:link {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #332200;
	font-weight: bold;}
a.gold_links:visited {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #332200;
	font-weight: bold;}
a.gold_links:active, a.gold_links:hover, a.gold_links:focus {text-decoration : none; 
	font-family: Comic Sans MS;
	color: orange;
	font-weight: bold;}

a.red_links:link {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #330000;
	font-weight: bold;}
a.red_links:visited {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #330000;
	font-weight: bold;}
a.red_links:active, a.red_links:hover, a.red_links:focus {text-decoration : none; 
	font-family: Comic Sans MS;
	color: red;
	font-weight: bold;}

a.green_links:link {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #003300;
	font-weight: bold;}
a.green_links:visited {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #003300;
	font-weight: bold;}
a.green_links:active, a.green_links:hover, a.green_links:focus {text-decoration : none; 
	font-family: Comic Sans MS;
	color: lime;
	font-weight: bold;}

a.blue_links:link {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #000033;
	font-weight: bold;}
a.blue_links:visited {text-decoration : none; 
	font-family: Comic Sans MS;
	color: #000033;
	font-weight: bold;}
a.blue_links:active, a.blue_links:hover, a.blue_links:focus {text-decoration : none; 
	font-family: Comic Sans MS;
	color: 0066FF;
	font-weight: bold;}
-->
</style>