body {
	background-color: #00CC99;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #00CC99;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.main {
	background-color: #000000;
	vertical-align: top;
	padding: 5px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
li a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
	

li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00CC99;
	}
	
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #00CC99;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
