BODY {
	font: 12px Arial, Helvetica, sans-serif;
}
A {
	color:blue;
	}
A:hover {
	color:red;
	}
A:visted {
	color:purple;
	}