a {
	color: #35a;
	text-decoration: none;
}

a:visited {
	color: #1C424E;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

a:active {
	color: red;
}
