a:link{
	color: #00CC00;
	text-decoration: none;
}
	
a:visited{
	text-decoration: none;
	color: #CCCCCC;
}

a:hover{
	color: #00CC00;
	text-decoration: underline;
}

body {
	margin:0px;
	padding:0px;
	background-color:#007F27;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#FFFFFF;
} 

