body {
	margin-bottom: 0px;
	background-color: #4E4F2F;
}

text {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	
}
a:link {
	color: 4e4f2f;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	color: 4e4f2f;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: 4e4f2f;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}