/* CSS Document */
a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #009900 ;
	text-decoration: none;
}

a:visited{
	color: #11bb11   ;
	text-decoration: none;
}

a:hover{
	color: #555555;
	text-decoration: underline;
}
body {
	
font-family:tahoma;
font-size:12px;
margin-bottom:0;
margin-top:0;
color:#000000;
background-color:#666666;

}
.form{ font-size:11px; font-family:Tahoma}

 