/* CSS Document */

a:hover {
	background: #FF0000
}
a:link {
	color: #000000
}
a:visited {
	color: #0000FF;
	}
