


A:visited {
	color: #8B008B;
}
A:link {
	color: #006699;
}
A:hover {
	color: #33CCFF;
}
A:active {
	color: #FFCC00;
}

