body {
	background-color: #333333;
  margin: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.accent {color: #507819;}
.small {font-size: 9px;}
.italic {font-style: italic;}
.bold {font-weight: bold;}

a:link {
  color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #507819;
	text-decoration: underline;
}
