a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
