/* ARENDAL 2009 - FOGLIO DI STILE */
body{
  background:URL('../images/bg.jpg') repeat-x #8B0404;
  margin:0px;
}
.testo td{
  font-family:Arial, Tahoma, sans-serif;
  font-size:12px;
  color: #8B0404;
}
.testo a:link, a:visited, a:active{
  color:#000000;
  text-decoration:none;
  font-family:Arial, Tahoma, sans-serif;
  font-size:12px;  
}
.testo a:hover{
  /*color:#FF0000;*/
  color:#FFFFFF;
  text-decoration:underline;  
}

.footer, .footer a:link, .footer a:visited, .footer a:active{
  text-align:center;
  font-family:Tahoma, sans-serif;
  font-size:10px;
  color: #FF9900; 
  text-decoration:none;
}
.footer a:hover{
  color:#000000;
  text-decoration:underline;
} 

.contenuto{
background:URL('../images/05.jpg') no-repeat bottom left #DC7413; 
}

.testo input{
  border:1px solid #8B0404;
  padding:4px;
  background:URL('../images/bg_input.gif') repeat-x #FFFFFF;
}
