a:link {
	color: #00FFFF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #CC99FF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
body {
	background-image: none;
	background-color: #000066;
}
