a.nav:link	{ color: white; text-decoration: none; }
a.nav:visited	{ color: white; text-decoration: none; }
a.nav:hover	{ color: white; text-decoration: underline; }
 
a:link		{ color: #0028C8; text-decoration: none; }
 
a:visited	{ color: #0028C8; text-decoration: none; } 
a:hover		{ color: #0028C8; text-decoration: underline; }
