body {
 background-color: #ffffff;
 font-size: 9px; 
 color: #666666; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}

table, td {
 font-size: 10px; 
 color: #000000; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}

input, select, option, textarea {
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.linea {
 border-left: 1px solid #5c88c8;
}

.annuncio {
	color: Red;
	 font-weight: bold;
}

.titolo {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 9px;
}

.box {
 border: 1px solid #5c88c8; 
 background-color: #FFFFFF;
}

.tabella {
 background-image: url(bg_th.gif);
 height: 15;
}

.alert {
 color: #FF0000;
}

.mess {
 font-style: italic;
}

/* Collegamenti hypertestuali */
a {
 text-decoration:none;
 color: #000000;
}
a:visited {
 text-decoration:none;
 color: #000000;
}
a:hover {
 text-decoration:underline; 
 color: #000000;
}

a.title {
 color: #008800; 
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}
a.title:visited {
 color: #008800; 
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}
a.title:hover {
 color: #008800; 
 font-size: 10px;
 font-weight: bold;
 text-decoration: underline;
}
