a:link {
	color: #CCCCFF;
	text-decoration: none;
}
a:visited {
	color: #CC99FF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
