body {
	background-color: #94B1D8; }
     
.blue {
	background-color: #94B1D8; }
     
.white {
	background-color: #ffffff;
     font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #000000; }
     
.menu {
	background-color: #000000; 
     font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #ffffff; 
     font-weight: bold; }
     
a:link {
	font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #18519C;
     font-weight: bold;
     text-decoration: underline; }
     
a:visited {
	font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #18519C; 
     font-weight: bold;
     text-decoration: underline; }     

a:hover {
	font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #94B1D8; 
     font-weight: bold;
     text-decoration: underline; }     
     
     
a.menu:link {
	font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #ffffff; 
     font-weight: bold; 
     text-decoration: none; }
     
a.menu:visited {
	font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #ffffff; 
     font-weight: bold; 
     text-decoration: none; }
     
a.menu:hover {
	font-family: arial, sans-serif; 
     font-size: 10pt;
     color: #ffff00; 
     font-weight: bold; 
     text-decoration: underline; }
     
     