a:link {
	color: black;
	text-decoration:none;
}
a:visited {
	color: black;
	text-decoration:none;
}
a:active {
	background-color: black;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;	
}
