html {
	font-family: Consolas;
}

a {
	color: blue;
}

a:hover {
	color: #00a;
}

a:visited {
	color: blue;
}