@charset "utf-8";
/* CSS Document */

<!--
#sponsor {
	font-family: "Arial";
	font-size: 10px;
	color: #CCC;
}
#footer a {
	font-size: 12px;
	color: #FF3;
}
#footer a:hover
{
	font-size: 12px;
	color: orange;
	border: none;
	text-decoration: underline;
}
#footer a:active
{
	font-size: 12px;
	color: lime;
}
#footer marquee {
	font-size: 16px;
	font-weight: normal;
	color: #09F;
}
#footer marquee a {
	font-size: 16px;
	font-weight: normal;
	color: #09F;
	text-decoration: none;
}
#footer marquee a:hover {
	font-size: 16px;
	font-weight: normal;
	color: orange;
	text-decoration: underline;
}
#footer marquee a:active {
	font-size: 16px;
	font-weight: normal;
	color: lime;
	text-decoration: none;
}
-->


