body {
	margin: 0px;
	background-color: white;
}

body, table, td, input, select, textarea {
	font-family: Tahoma, Arial, sans-serif; 
	color: #666666; 
}

a:link {
	color: #7ABD11; text-decoration: underline;
}
a:visited {
	color: #61990A; text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #8DD122; text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #8DD122; text-decoration: none;
}
