body {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
ul {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
li {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
a {
	color: #FF0000;
}
a:hover {
	color: #800040;
}

