@charset "ISO-8859-1";
a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #993399;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
}
a:active {
	color: #336633;
	text-decoration: underline;
}

