A:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #6666CC;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: FFCC33;
	text-decoration: none;
	font-weight: bold;
}
