body {
	background-color: #006600;
}

body, table, td {
	font-family: Verdana
	font-size: 10pt;
	color: #CCFFCC;	
}

a:hover {
	position:relative;
	left: 1px;
	top: 1px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
}

a {
	border-top: 1px solid #00CC00;
	border-left: 1px solid #00CC00;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	color: #99FF99;
	text-decoration: underline;
}

h1 {
	font-size: 4em;
	color: #CCFFFF;
	text-align: center;
}

h2 {
	font-size: 2em;
	color: #66FF33;
	text-align: center;
}

h3 {
	font-size: 1.5em;
	color: #ccffff;
	display: inline;
}

h4 {
	font-size:1em;
	color: #66FF33;
	font-weight: bold;