a {
	color: #000000;
	text-decoration: none;
}
a:active, a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;	
}