body {
	
}

a {
	color: red;
}

a:hover {
	color: #77dfff;
}
a:visited {
	color: #77dfff;
}