body 
{
  color: #000000; 
  background-color: #a0ffff;
  font-family: aria,helvetica,sans-serif; 
  font-size: 80%; 
}
p
{
  font-family: arial,helvetica,sans-serif
}
p.nota_centrale
{
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
p.centrato
{
  text-align: center;
}
p.centrato_corsivo
{
  font-style: italic;
  text-align: center;
}

p.neretto
{
  font-weight:bold;
}

table
{
  background-color:bisque;
  color:maroon;
  font-family: arial,helvetica,sans-serif;
}

table.centrale, table.ornato
{
  background-color:bisque;
  color:maroon;
  font-family: "arial","helvetica",sans-serif;
  font-size:120%;
  position:relative;
  left:25%;
  width:50%;
  border: 2px solid gray;
  padding:8px 8px 8px 8px;
}

table.ornato
{
  border: 2px solid marron;
}

caption
{
  font-size:120%;
  font-weight:bold;
}

tr
{
  text-align:left;
}

td
{
  border-style:solid; 
  border-color:maroon; 
  border-width:1px; 
  padding:8px 8px 8px 8px;
}

hr
{
  color: blue; 
  background-color: transparent
}

img.in_linea
  {
    vertical-align: middle;
  }

a:link
{
  color: blue; 
  background-color: transparent
}

a:visited
{
  color: maroon; 
  background-color: transparent
}

a:active
{
  color: red; 
  background-color: transparent
}

a:hover 
{
  color: red; 
  background-color: transparent
}
