a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #488c40;
}
a:hover {
	text-decoration: underline;
	color: #da0f00;
}
a:active {
	text-decoration: none;
	color: #333399;
}
