/* white */
a:link, a:visited {
	color: #000000;
}

a:hover {
	color: blue;
}
