a {
	text-decoration: none;
	color: Red;
	font: bold;
}

a:hover {
color: Red;
	font: bold;
	text-decoration: underline;
}
