a:hover {
	color: #00CC99;
	text-decoration: underline;

}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
