p {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-size: medium;
}
body {
	color: #00FF00;
	background-color: #000000;
}
a:link {
	color: #99FFCC;
	text-decoration: none;
}
a:visited {
	color: #99FFCC;
	text-decoration: none;
}
a:active {
	color: #99FFCC;
	text-decoration: underline;
}
a:hover {
	color: #99FFCC;
	text-decoration: underline;
}
hr {
	width: 100%;
	color: #00FF00;
	background-color: #00FF00;
	height: 3px;
}
.notes {
	font-size: small;
	font-style: italic;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #009900;
}
