body
{
	color: #000;
	background-color: #fff;
	padding: 5px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a:active
{
	color: #80A580;
}

a:visited
{
	color: #000;
}

caption
{
	color: #80A580;
}

th
{
	background-color: #80A580;
	color: white;
}

th a
{
	color: #fff;
	text-decoration: none;
}

th a:hover
{
	color: #fff;
	text-decoration: underline;
}

div.listeheading
{
	color: #80A580;
}

#footer
{
	display: none;
}

