body  {
	background-color: #000080;
	font-family: Verdana, Helvetica, Arial, "Sans Serif";
}

/*a:link, a:visited, a:active {	
	color: red;
	font-weight: bold;
}

a:hover  {
	color: #A2AFE0;	
} */

a.home:link, a.home:visited, a.home:active {
	color: #394B8E;
	font-weight: bold;
    text-decoration: none;
	font-size: 200%;
	}
	
a.home:hover  {
	color: red;	
}

a.generic:link, a.generic:visited, a.generic:active {	
	color: red;
	font-weight: bold;
	text-decoration: none;
}
	
a.generic:hover  {
	color: #FF9900;	
}
