body {
	
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}