@charset "iso-8859-1";
body{
	font-family: verdana;
	font-size: 12px;
	color: #555;
	font-weight: none;
}
a:link {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a:active {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
