body {
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
