@charset "utf-8";
/* CSS Document */

a {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
.colsx
{
	fontcolor: #339900;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}