a:hover {
	color: #90C84B;
	text-decoration: none;
}
a:active {
	color: #90C84B;
	text-decoration: none;
}
a:link {
	color: #90C84B;
	text-decoration: none;
	font-weight: bold;
} 
a:visited {
	color: #90C84B;
	text-decoration: none;
	font-weight: bold;
}
a:visited:hover
{
    color: #90C84B;
    text-decoration: none;
}
 
table {
	font-size: 14px;
}

body {
	font-family: Verdana sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 0px;
}