@charset "ISO-8859-1";
a:hover {
	text-decoration: underline;
	color: #009;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F0F0F0;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #00F;
	font-weight: bold;
	font-size: 16px;
}
