body {
 color: #FFFFFF;
 background-color: #262626;
 font-size: 11px; 
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; 
 text-align: center;
}

.testo {
 font-size: 11px; 
 color: white;
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; 
}
.quote {
   background-color: #262626;
  border: 1px dashed #000000; 
  width: 90%;
  margin: auto;
}
input, textarea, option, submit, select {
 font-size: 11px; 
 color: white;
 background-color: #262626;
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; 
}

.annuncio {
	color: #FFFF00;
}

.box { 
 border: 1px solid #000000; 
 background-color: #333333;
 margin: auto;
 width: 545px;
 font-size: 11px; 
 color: #FFFFFF; 
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; 
}
.tab_box {
 border: 1px solid #000000; 
 background-color: #333333;
 margin: auto;
 width: 545px;
 color: #FFFFFF; 
 font-size: 11px; 
 overflow: hidden;
 font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif; 
}
.separatore_titolo {
 height: 6px;
}
.separatore {
 height: 4px;
}
.tabella {
 height: 19px;
 width: 547px;
 margin: auto;
 background-image: url(bg_th.png);
}
.titolo {
 color: #FFFFFF;
 text-align: right;
 font-weight: bold;
 font-size: 11px;
 height:50%;
 padding-right: 13px;
 position: relative;
 top: 25%;
}
.linea {
 border-left: 1px solid #000000;
}

.alert {
 color: #FF0000;
}

.mess {
 font-style: italic;
}

/* Collegamenti hypertestuali */
a {
 text-decoration:none;
 color: #FFFFFF;
}
a:visited {
 text-decoration:none;
 color: #FFFFFF;
}
a:hover {
 text-decoration:underline; 
 color: #FFFFFF;
}
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: #000000;
 font-weight: normal;
}
a.title {
 color: #FFFFFF; 
 font-size: 14px;
 font-weight: normal;
 text-decoration: none;
}
a.title:visited {
 color: #FFFFFF; 
 font-size: 14px;
 font-weight: normal;
 text-decoration: none;
}
a.title:hover {
 color: #FFFFFF; 
 font-size: 14px;
 font-weight: normal;
 text-decoration: underline;
}
a.scrivi,a.scrivi:visited {
 color:  #FFFFFF;
}
a.scrivi:hover {
 color: black;
 }
.bbcode {
 background-color: #E6F2FF;
 border: 1px solid #E6F2FF;
}
.bbcode:hover {
 border: 1px dashed #0080FF;
}
