a:link, a:visited{ text-decoration: none;
  	           color: #000080;
	           font-family: Arial; 
                   font-size: 12 px; }

a:hover { text-decoration: underline;
          color: red;
	  font-family: Arial; 
          font-size: 12 px; }

a:active {text-decoration: underline;
          color: red;
	  font-family: Arial; 
          font-size: 12 px; }

body    {
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12 px;
	scrollbar-face-color: white;
	scrollbar-highlight-color:red;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: red;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	background-color: white;
}

.text   { color: #000080;
	      font-family: Verdana, Arial, Helvetica, sans-serif; 
          font-size: 10px; }

.titolo_link { font : bold 14px Arial,Verdana; }

.titolo { font : bold 18px Arial,Verdana; }        


input {
	color : White;
	font : bolder normal small-caps 12px Arial,Verdana;
	background : #000066;
} 

select {
	color : white;
	font : bold 12px Arial,Verdana;
	background : #000066;
} 

textarea {
	color : #000066;
	font : bold 12px Arial,Verdana;
	color: white;
	scrollbar-base-color : #778899;
	background : #000066;
}


