@charset "utf-8";
/* CSS Document */

body {color:black; background-color:#BFD4E8; font-family:verdana,arial,helvetica,sans-serif; font-size:12px;}
	
a:link {color:blue; text-decoration:underline;}
	
a:hover {color:red;}
	
a:visited {color:brown;}
	
td {font-size:12px;}

.footerlinks a:link, .footerlinks a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#0054A5;
}

.footerlinks a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#0054A5;
}