a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #990099;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
