@charset "utf-8";

html, body 
{
	behavior: url( "csshover3.htc" );
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666666;
	background-color: #006600;
	font-size: 11px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover
{
	text-decoration: none;
}
a
{
	color: #666666;
	text-decoration:none;
}


