body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	line-height: 15px;
}
body {
	background-color: #95c734;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color: #e37600;
}
a:visited {
	color: #e37600;
}
a:hover {
	color: #e37600;
	text-decoration: underline;
}
a:active {
	color: #e37600;
}
ul {
	list-style: disc outside;
	margin-left: 8px;
	padding-left: 8px;
}
h1 {
	color: #e37600;
	font-weight: bold;
	font-size: 13px;
}
.heading {
	color: #e37600;
	font-weight: bold;
	font-size: 13px;
}
.footer {
	color: #a6aa0d;
	font-size: 10px;
	text-align: center;
	margin: 30px;
	padding: 30px;
}
.footer a {
	text-decoration: underline;
}
.footer a:link{
	color: #a6aa0d;
}
.footer a:visited {
	color: #a6aa0d;
}
.footer a:hover {
	color: #6e7108;
	text-decoration: none;
}
