
a:link {
	color: #008000; 
	text-decoration: none; 
}

a:visited {
	color: #007000; 
	text-decoration: none; 
}

a:hover {
	color: #00c000; 
	text-decoration: underline;
}
