A 
{ 
  text-decoration : none; 
  font-family     : Verdana, Helvetica, Arial, sans-serif;
  font-size       : 11px;
  font-weight     : bold; 
}

A:link
{ 
  color : #708090; 
}

A:visited
{
  color : black;
}

A:hover 
{ 
  color         : #cd5c5c;
  border-bottom : dotted #cd5c5c thin;
}

A.no_border_hover
{
  border-bottom : none;
}

IMG 
{ 
  border-width : 0px;
}

BODY
{ 
  font-family : Verdana, Helvetica, Arial, sans-serif;
  font-size   : 12px;
}

H1
{ 
  font-size : 23px;
}

H2 
{ 
  font-size : 21px;
}

H3
{ 
  font-size : 17px;
}

H4 
{ 
  font-size : 13px;
}

H5 
{ 
  font-size : 11px;
}

H6 
{ 
  font-size : 10px;
}

.italic 
{ 
  font-style : italic;
}

.bold
{ 
  font-weight : bold;
}

.underline
{ 
  text-decoration : underline;
}

.center
{
  text-align : center;
}

.firma
{
  text-align : right;
  color      : #a52a2a;
  font-size  : 1.3em;
}

.titolo
{
  color     : #008000;
  font-size : 1.8em;
}

.left
{
  float  : left; 
  margin : 1em 1em 1em 0; 
  clear  : left;
}

.right
{
  float  : right; 
  margin : 1em 0 1em 1em; 
  clear  : right;
}

.blue
{
  color : #003366;
}

.green
{
  color : #008000;
}