body {
	background-color: #666600;
}
a:link {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	font-family: "Courier New", Courier, mono;
}
a:visited {
	color: black;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #000000;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bolder;
	color: #000000;
}
