body {
	background-color: #990000;
}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.style1 {
	font-size: xx-large;
	color: #33FF00;
}
