a:link {

	color: #0000FF;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #0000FF;

}

a:hover {

	text-decoration: underline;

	color: #FFCC33;

}

a:active {

	text-decoration: none;

}

