.menu a:visited,.menu a:link { text-decoration: none;
font-style: Arial, Helvetica; 
font-weight: none; 
color: white;
}

.menu a:hover { text-decoration: underline;
font-style: Arial, Helvetica; 
font-weight: none;
color:white;

}


.main a:visited, .main a:link { 
text-decoration: none;
font-style: Arial, Helvetica; 
font-weight: none; 
color: red;
}

.main a:hover {
text-decoration: underline;
font-style: Arial, Helvetica; 
font-weight: none;
color:red;

}

.menu {
	margin-left: -3px;
	margin-top: -5px;
}