body {
	color: #000;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 13px;
	background: #fff;
}

a.n {
	text-decoration: none;
	color: #000;
	background: #77bd09;  
	padding: 5px; 
}
a.n:visited {
	color: #000; 
} 
a.n:hover {
	text-decoration: none; 
	color: #000;  
	background: #fff; 
}