html {
   height : 100%
}

body {
   background-color : #FFFFFF;
   margin           : 0px;
   padding          : 0px;
   height           : 100%
}

#menu {
   background-color : #EE3333;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   font-size        : 13px;
   font-weight      : bold;
   color            : #FFFFFF;
   padding          : 4px
}

#menu a {
   background-color : #EE3333;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   font-size        : 13px;
   font-weight      : bold;
   color            : #FFFFFF;
   text-decoration  : none
}

#menu a:hover {
   background-color : #FFFF66;
   color            : #EE3333;
   text-decoration  : none
}

A:link {
   color : green
}

A:visited {
   color : #999999
}

A:hover {
   color : red
}

.titolo { 
   font-family : "Verdana","Arial",sans-serif; 
   font-size   : 17px;
   font-weight : bold;
   color       : red
}

.testo { 
   font-family : "Verdana","Arial",sans-serif; 
   font-size   : 17px;
   color       : #000000
}

.testop { 
   font-family : "Verdana","Arial",sans-serif; 
   font-size   : 12px; 
   color       : #000000 
}

.testol { 
   font-family : "Arial",sans-serif; 
   font-size   : 14px;
   color       : #000000
}

.testopl { 
   font-family : "Arial",sans-serif; 
   font-size   : 12px; 
   color       : #000000 
}

.copy  { 
   font-family : "Verdana","Arial",sans-serif; 
   font-size   : 11px; 
   color       : #686154 
}


.copy2  { 
   font-family : "Verdana","Arial",sans-serif; 
   font-size   : 10px; 
   color       : #686154 
}
