/* CSS Document */

body, a {
	color: #000;
}	

a:visited, a:hover {
	color: #333;
	}
a:active {
	color: #f00
	}