body {
	font-family: Arial, Verdana, sans-serif ;
	font-size: small ;
	color: #ffffff ;
	background-color: #006600 ;
}

p {
	color: #ffffff ;
	margin: 0px ;
	padding: 0px ;
	font-size: 1.6em ;
}

td {
	color: #ffffff ;
	font-size: 1.0em ;
	margin: 8px ;
	padding: 8px ;
}

h1 {
	color: #ffffff ;
	font-size: 2.4em ;
}

li {
	font-size: 1.4em ;
	padding-bottom: 8px ;
}

a {
	text-decoration: none;
	font-weight: bold ;
	color: #ffffff ;
}
a:hover {
	text-decoration: none;
	font-weight: bold ;
	background-color: #ffff00 ;
	color: #000000 ;
}
