body{ font-style: italic;
   font-weight: lighter;
   font-size: 10px;
   line-height: 1.5;
   font-family: Verdana;
   color: white;
   background-color: #4B4B4B;
   } 
 
p.grande{ 
	 font-style:normal;
   font-weight: bold;
   font-size: 20px;
   line-height: 1.5;
   font-family: Verdana;
   color : green;
   border-bottom: dotted;
   } 
   
 p.granderosso{ 
	 font-style:normal;
   font-weight: bold;
   font-size: 20px;
   line-height: 1.5;
   font-family: Verdana;
   color : rgb(144,0,0) ;
   border-bottom: dotted;
   } 
   
 p.granderossonodot{ 
	 font-style:normal;
   font-weight: bold;
   font-size: 25px;
   line-height: 1.5;
   font-family: Verdana;
   color : rgb(144,0,0) ;
   } 
   
 p.mediorosso{ 
	 font-style:normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 1.5;
   font-family: Verdana;
   color : rgb(144,0,0) ;
   } 
   
p.mediogrande{ 
	 font-style:normal;
   font-weight: bold;
   font-size: 16px;
   line-height: 1.5;
   font-family: Verdana;
   color : white;
   } 
   
p.medio{ 
	 font-style:normal;
   font-weight: bold;
   font-size: 12px;
   line-height: 1.4;
   font-family: Verdana;
   color : white;
   } 
   
p{ font-style: italic;
   font-weight: lighter;
   font-size: 10px;
   line-height: 1.5;
   font-family: Verdana;
   color: white;
   } 
   
p.grigio{ 
	font-style: normal;
   font-size: 12px;
   line-height: 0;
   font-family: Verdana;
   color: gray;
   } 

#div1{
			position:absolute;
			left:125px;
			top:0px;
			}

#div2{
			position:absolute;
			left:425px;
			top:0px;
			}

a.bianco{
    color: white;
    }
	
a.button{
		display: block;width: 135px;height: 33px;
    margin: 0em;text-decoration: none;text-align: center;
    font: bold 15px/30px "Trebuchet MS",Arial,sans-serif;
    background: url(../images/bottone1.png);
    text-align: left;
    text-indent: 30px;
    color: white;
    }

a.button:hover{
		display: block;width: 135px;height: 33px;
	  background: url(../images/bottone2.png);
	  color: orange;
    }
       
a.buttona{
		display: block;width: 135px;height: 33px;
    margin: 0em;text-decoration: none;text-align: center;
    font: bold 15px/30px "Trebuchet MS",Arial,sans-serif;
    background: url(../images/bottone3.png);
    text-align: left;
    text-indent: 30px;
    color: orange;
    }
	
a.list{
		display: block;width: 150px;height: 23px;
    margin: 0em;text-decoration: none;text-align: center;
    font: bold 10px/20px "Trebuchet MS",Arial,sans-serif;
   
    text-align: left;
    text-indent: 10px;
    color: white;
    }
	
a.list:hover{
		display: block;width: 150px;height: 23px;
	  color: orange;
    }
       
a.lista{
		display: block;width: 150px;height: 23px;
    margin: 0em;text-decoration: none;text-align: center;
    font: bold 10px/20px "Trebuchet MS",Arial,sans-serif;
    text-align: left;
    text-indent: 10px;
    color: orange;
    }
    
div.piede{
		color: white;
		font: 10px  Verdana;
		}

a.piede:link {
		text-decoration: none;
		color: white;
		font: 10px  Verdana;
		}

a.piede:visited {
		text-decoration: none;
		color: white;
		font: 10px  Verdana;
		}

a.piede:active {
		color: yellow;
		font: 10px  Verdana;
		}

a.piede:hover {
		text-decoration: none;
		color: yellow;
		font: 10px  Verdana;
		}
		
a.frecce{
		color: white;
		text-decoration:none;
    }

a.frecce:hover{
		text-decoration:none;
		color: orange;
    }
 
a.freccea {
		text-decoration:none;
		color: orange;
		}
		
table{
   background-color: #101010;
   	}
	   	
.nero{
   background-color: #000000;
   	}
   	
   	
   	