body {
 background: White  url(./images/logo verde 200x.jpg) repeat;	
 font-family: "comic sans ms", Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 color : #CCCC00;
 }
  
a:link {color: #CCCC00;}
a:visited {color: #CCCC00;}
a:active {color: #CCCC00;}
a:hover {color: #ffffff; }
a {text-decoration: underline;}

div#LogoSito{
  background: #8BAB74 url(images/Logo sito.jpg) no-repeat;
  position: absolute; 
  top: 0px; left: 0px; 
  width: 103%; height:80px;
}

.Contenuto{
  margin-top: 3px;
  margin-left: 3px;  
}
.Titolo{
  text-align: Left;
  font-size: 20px;
  font-weight: bold;
  color: #FFCC00;
  margin-left: 10px;
}
.Testo{
  border-top: thin solid #FFCC00;
  border-bottom: thin solid #FFCC00;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 600px;
}
.Copyright{ 
  margin-top: 10px;
  border-top: 1px solid #CCCC00;
  padding-bottom : 5px;  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
  text-align: center;
  color : #CCCC00;
}

.WebMaster{
  text-align: right;
  text-decoration: none;
  font-size: 10px;
}
.Nerone2003{
  text-align: left;
  text-decoration: none;
  font-size: 10px;
}


/* NOTIZIE */

#BoxNotizie{ 
  border: 2px dotted #CCCC00; 
  text-align: left;  
}
#TitoloNotizie{
  font-size : 12px;
  font-weight: bold;
  background-color : #336633; /*#CCCC00;*/ 
  color: white;
  text-align: left;
}

#BloccoNotizie{
  background-color : white;    
  overflow: auto;
  height: 100px;
  scrollbar-base-color:#336633;
}
  #BloccoNotizia{ 
  }
    .DataNotizia{
	  font-size : 12px;
	  font-weight: bold;
	  color: #336633;
    }
	.TitoloNotizia{
	  font-size : 12px;
	}
	.TestoNotizia{
	  color: #336633;
  	  font-size : 10px;  	  
	}	

#BloccoNotizieNews{
  background-color : white;    
  overflow: auto;
  height: 200px;
  scrollbar-base-color:#336633;
}

span#Player{
  text-align: left;
  font-size: 12px;

}

/*STANDARD*/


#Titolo{
  margin-left: 20px;
}
#TestoStandard{
  font-size: 12px;
  margin-left: 20px;
}
.Sottotitolo{
  font-size: 10pt; 
  font-weight: bold;
  margin-top : 10px;
}
#Tabella{
    font-size: 12px;
}


