/*

website (C) 20009 - FORMATSTUDIO.IT
COder: Andrea

*/

/* i parametri per tutta la pagina*/
HTML, BODY {
      background-color : #666666;
      background-image: url(../immagini/sfondo_b.jpg);
      background-repeat: repeat; 
      background-position: top center;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #000000;
      margin:0px; 
      padding:0px;
      height:100%;
	    max-height: 100%;
      }

/* imposto colori links*/
a:link    {text-decoration: none; font-size: 9px; color: #00518E}
a:visited {text-decoration: none; font-size: 9px; color: #00518E}
a:hover   {text-decoration: underline; font-size: 9px; color: #00518E}

/* imposto bordo tabella*/
#borderTable {	
padding: 0px;
border: 1px solid #FFFFFF;
}