a:link {
	color: #99CCFF;
}

a:visited {
  color: #CC99FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}


