body {
	background-color: #ffffff;
	font-family: arial, times, georgia, helvetica, verdana, courier;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}

a:link { 
	color: #000000;
	text-decoration: none;
}
	
a:visited { 
	color: #000000;
	text-decoration: none;
}
	
a:hover { 
	color: #30ff00;
	text-decoration: none;
}
	
a:active { 
	color: #30ff00;
	text-decoration: none;
}