body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	background-color: #373B2F;
}
table {
	margin-left: 10px;
	margin-right: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	background-color: #373B2F;
}
a,li {
	font-size: 11px;
}
a:link {
	color: #96C146;
	text-decoration: none;
	background-color: #373B2F;
}
a:visited {
	text-decoration: none;
	color: #96C146;
	background-color: #373B2F;
}
a:hover {
	text-decoration: none;
	color: #96C146;
	background-color: #373B2F;
}
a:active {
	text-decoration: none;
	color: #96C146;
	background-color: #373B2F;
}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}