a:link {
	color: #FF99CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background: #333333;
}
a:visited {
	color: #CC99FF;
	text-decoration: none;
}

