a, a:visited {
	color: blue;
}
a:hover {
	color: red;
}
a:active {
	color: green;
}