body,table,tr,td
{  
margin: 0 auto;
padding: 0;
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size:10pt

}
h1 {  
font-size:14pt;
color:#ff0000
}
h2 {  
font-size:12pt
}

div
{
position:absolute;
width: 99%;
height : 100%;
align:center; 
}
a:active {
text-decoration : none; 
color : #000000; 

} 
a:link{
text-decoration : none; 
color : #0000ff; 

} 
a:visited {
text-decoration : none; 
color : #000000; 

} 
a:hover {
text-decoration : none; 

}
:active.menu {
text-decoration : none; 
color : #ff0000; 
font-variant : small-caps; 
font-weight : bold; 
} 
:link.menu {
text-decoration : none; 
color : #000000; 
font-variant : small-caps; 
font-weight : bold; 
} 
:visited.menu {
text-decoration : none; 
color : #666666; 
font-variant : small-caps; 
font-weight : bold; 
} 
:hover.menu {
text-decoration : none; 
color : #ff0000;
font-variant : small-caps; 
font-weight : bold; 
}
:active.google {
color : #0000ff; 
} 
:link.google {
color : #0000ff; 
} 
:visited.google {
color : #6600cc; 
} 
:hover.google {
}
.immagine img, img.immagine
{
  border-style: double;
  border-width: 4px;
  border-color: #C1CFD1;
  
}
.buoni table, table.buoni
{
  border-style: double;
  border-width: 1px;
  border-color: #000000;
  
}
.buoni1 table, table.buoni1
{
  border-style: dashed ;
  border-width: 2px;
  border-color: #808080;
  
}
.nascosto
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
display: none;
}