body {
	background-color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 12px;
	color: #99FF00;
}
h2 {
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;
}
p {
	font-size: 14px;
	color: #99FF00;
}
a:link {
	color: #99FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99FF00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
