@charset "ISO-8859-1";
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight: bolder;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

