body {
	background-color: #CCCCCC;

}

body, html, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}
a.nav:link,.nav:visited   {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
a.nav:hover   {
	color:#663399;
	text-decoration:underline;
}
a.nav:active  { 
     color:red; 
     text-decoration:none;
 }
