link {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #CC00FF;
	text-decoration: line-through;
	font-weight: bold;
}
a:hover {
	color: #99FF00;
	font-weight: bold;
}
a:active {
	color: #669900;
	font-weight: bold;
}

