@charset "ISO-8859-1";
/* CSS Document */

a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;	
}
a.current {
	text-decoration:underline;	
}
marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
}
