a:link {
	color:white;
	background-color: #a50000;
	text-decoration:none;
}
a:visited {
	color:white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: red;
}
a:active {
	color:white;
	text-decoration: underline;
}
