body {
 background-color: #211676;
}
.main {
 color: #211676;
 font-size: 90%;
 font-family:Verdana;
}
a.main:link {
     color: #211676;
		 text-decoration: none;
     }

a.main:visited {
     color: #211676;
		 text-decoration: none;
     }

a.main:hover {
     color: #1919B3;
		 text-decoration: underline;
     }

a.main:active {
     color: #1919B3;
		 text-decoration: underline;
     }
	
