body {
	margin:50px;
	background-color: white;
}
body, td, p {
	color: black;
	font-family: Georgia, serif;
	font-size: 9pt;
	font-weight: normal;
}
table {
	background-color: #006600;
}
tbody {
	background-color: white;
}
thead {
	color: white;
}
td {
	padding:5px;
	padding-left: 20px;
	padding-right: 20px;
}
#content {
	position: relative;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a, a:link, a:visited {
	color: black;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}

h1 {
	color: #006600;
}

h3 {
	color: black;
}

img {
	display: none;
}
