body 
{
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: 16px; 
  color: #000000; 
  background-color: #ccffff; 
  font-family: arial, helvetica, sans; 
  font-size: 12pt; 
}


p
{
  font-family: arial,helvetica,sans-serif
}
p.c
{
  text-align: center;
}
p.nota_centrale
{
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
p.cc
{
  font-style: italic;
  text-align: center;
}

p.n
{
  font-weight:bold;
}

p.cn
{
  text-align: center;
  font-weight:bold;
}

h1
{
  font-family: helvetica,sans-serif; 
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: red; 
  background-color: transparent 
}
h2
{
  font-size: 180%;
  color: red;
  background-color: transparent;
  text-align:center
}
h4
{
  font-size: 140%;
  font-weight: bold;
  color: red;
  background-color: transparent;
  text-align:center
}
h3
{
  font-family: "Comic Sans MS","Brush Script MT","Arial Black",sans; 
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: red; 
}
p.centrato_cn
{
  color: black; 
  background-color: transparent; 
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
p.codice
{
  font-size: 100%; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  font-family: Fixedsys,"Courier New",monospace 
}
pre
{
  font-size: 100%; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  font-family: Fixedsys,"Courier New",monospace
}
span.codice
{
  font-family: Fixedsys,"Courier New",monospace
}
span.blue
{
  color: #00008b; 
  background-color: transparent
}
span.red
{
  color: #ff0000; 
  background-color: transparent
}
img.float 
{
  float: left
}
hr
{
  color: blue; 
  background-color: transparent
}
h1.indice
{
  font-size: 200%;
  color: blue; 
  background-color: transparent
}

table
  {
    border-width:1px;
    border-style:solid;
    border-color:cyan;
  }
caption
  {
    font-size:12pt;
    font-weight: bold;
    color: red;
  }
td
  {
    vertical-align:top;
    text-align:center;
    color: blue;
    background-color:#00ffff;
    border-width:1px;
    border-style:solid;
    border-color:red;
    font-size: 80%;
  }
th
  { vertical-align: middle;
    text-align:center;
    background-color:#00ffff;
    border-width:1px;
    border-style:solid;
    border-color:red;
  }
img
  {
    border-style:solid;
    border-color:skyblue;
    border-width:2px;
  }


