﻿/*stile generico*/
BODY, TD {
             background-color: white;
             font-family :  Verdana, Arial, sans-serif;
             color : navy;
              font-size: 12px;
                text-align: center;
                 margin-top: 0%;
              /*list-style: url(../Img2/square01blue.gif)}*/
}
img {
padding: 0px;
border-spacing: 0px;
vertical-align: text-bottom;
border-collapse: collapse;
padding: 0px;
border-spacing: 0px;
}
object {
border-collapse: collapse;
padding: 0px;
border-spacing: 0px;
height: 250px;
 width: 400px;
}
/*box contenitore */
div#container{position:relative;
width: 790px;
margin: 0px auto;
text-align: left;
      font-size: 14px;
    border-width: 0px; border-style: none}
/*box intestazione*/
div#header{
  height: 170px;
 margin: 0px auto;
border-style: none;
 border-width: 0px;
font-family : Helvetica, Arial, sans-serif;
  font-weight: bold;
   font-size: 16px;
  text-align: center;
  background-image: url(../Img/Monteforte03c.jpg);
  background-repeat: no-repeat;
background-position: top center;
 background-color: white; color: Blue}
 /*colonna centrale*/
div#centrale{
margin: 0 160px 0 30px;
 padding: 1px;
line-height: 150%;
text-align: justify}
/*colonna di sinistra*/
 div#sxmen{position: absolute; 
top: 174px;
left: 0px;
width: 150px;
line-height: 170%;
padding: 1px}
/*colonna di destra*/
 div#dxcol{position: absolute; 
top: 174px; 
right: 0px;
width: 150px;
text-align:center;
line-height: 50%;
padding: 1px}
 /*piè pagina*/
 div#footer{clear:both;
 text-align:center; 
 line-height: 85%;
padding: 5px 0;
background-color: White; 
color: #000}
 /*genarale*/
H1 {
     margin-left: 15%;
   }
H2 {
             margin-left: 2%;
                font-size: 14pt;
    color: red;
             text-align: justify;
}
H3 {
      
    font-size: 10pt;
    color: #0066FF;
}
H4 {
    font-size: 11pt;
    color : #0066FF;
    font-style: italic;
    text-align: center;
    font-family:  "Arial Unicode MS", sans-serif;
    }
H5 {
font-size: 8pt;
    color : #0066FF;
    text-align: left;
    font-family: Verdana;
}
A:link   {
  text-decoration: none;
   font-weight: bold;
   color: #0066FF;
  }
A:active {
    text-decoration: none;
    font-weight: bold;
    color: #0066FF;
}
A:visited  {
text-decoration: none;
             font-weight: normal;
    color: Aqua;
}
A:Hover {
    text-decoration: underline;
    color: #32CD32;
}

HR {
    color: blue;
    height: 1pt;
}