  BODY  {
   	color : #000000;
	
   	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	align : center;
   }
   
 /* Links */
   a:link  {
   	color : blue;
   	text-decoration : underline;
   }
   
   a:visited  {
   	color : #707090;
   	text-decoration : underline;
   }
   
   a:hover  {
   	font-weight : bolder;
   	color : #6869b4;
   	text-decoration : underline;
   }
 
 /* Menu Links */
   a.menu:link  {
   	color : white;
   	text-decoration : none;
   }
   
   a.menu:visited  {
   	color : #d6d7fe;
   	text-decoration : none;
   }
   
   a.menu:hover  {
   	font-weight : bolder;
   	color : #ffcc66;
   	text-decoration : underline;
   }
    
center.copyright {
	font-size: xx-small;
}
