body {
 background-color: #efefef;
 font-size: 13px; 
 color: #666666; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 text-align: center;
}

.testo, input, select, option, textarea {
 font-size: 13px; 
 color: black;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.annuncio {
	color: Red;
}
.quote {
  background-color: #efefef;
  border: 1px dashed #5c88c8; 
  width: 90%;
  margin: auto;
}

.box { 
 border: 1px solid #5c88c8; 
 background-color: #FFFFFF;
 margin: auto;
 width: 800px;
 font-size: 13px; 
 color: #000000; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.tab_box {
 border: 1px solid #5c88c8; 
 margin: auto;
 width: 800px;
 background-color: #FFFFFF;
 color: #000000; 
 font-size: 13px; 
 overflow: hidden;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.top_box {
 margin: auto;
 width: 802px;
 height: 25px;
 background-image: url(hdr_bg.gif);
}
.left_box {
 float: left;
 height: 25px;
}
.right_box {
 float: right;
 height: 25px;
}
.separatore_titolo {
 height: 6px;
}
.separatore {
 height: 4px;
}
.tabella {
 background-image: url(bg_th.gif);
 height: 19px;
 width: 800px;
 margin: auto;
}
.titolo {
 color: #FFFFFF;
 text-align: right;
 font-weight: bold;
 font-size: 13px;
 height:70%;
 padding-right: 13px;
 position: relative;
 top: 15%;
}
.linea {
 border-left: 1px solid #5c88c8;
}

.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: #5c88c8;
}
a.copy {
 text-decoration:none;
 color: #000000;
 font-weight: normal;
}
a.copy:visited {
 text-decoration:none;
 color: #000000;
 font-weight: normal;
}
a.copy:hover {
 text-decoration:underline; 
 color: #5c88c8;
 font-weight: normal;
}
a.title,a.title:visited {
 color: #3B8DEF;/*Cambia questa riga per modificare il colore del titolo*/ 
 font-size: 30px;
 font-weight: bold;
 text-decoration: none;
}
a.title:hover {
 color: #5c88c8;
 font-size: 30px;
 font-weight: bold;
 text-decoration: underline;
}
a.scrivi,a.scrivi:visited {
 color: #0066FF;
}
a.scrivi:hover {
 color: black;
 }
.bbcode {
 background-color: #E6F2FF;
 border: 1px solid #E6F2FF;
}
.bbcode:hover {
 border: 1px dashed #0080FF;
}
