a {
	text-decoration : none;
	color : #F0F8FF;
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : none;
	color : #FFCC66;
}

a:active {
	text-decoration : none;
		color : #FFCC66;
}

body {
	color : #F0F8FF;
	background-color : #990000;
}