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

a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #3300CC;
}
body {
	background-color: #99ccff;
	text-decoration: none;
}
