a:link {
	COLOR: #0000FF;
	text-decoration: none;
}
a:visited {
	COLOR: #800080;
	text-decoration: none;
}
a:hover {
	COLOR: #FF0000;
	text-decoration: none;
}
a:active {
	COLOR: #00FF00;
	text-decoration: none;
}