body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #999900;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 32px;
	color: #990000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
