a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-weight: bolder;
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

