a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
  text-decoration: none;
  color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	color: #CCFF33;
}


