a:link {
	text-decoration: none;
	color: #99FFFF;

}
a:visited {
	text-decoration: none;
	color: #99CCFF;


}
a:hover {
	text-decoration: underline;
	color: #66FF99;

}
a:active {
	text-decoration: underline;
}
