html {
overflow:scroll;}

body
  {
  padding: 20px;
  }
  
A:link, A:visited, A:active {
  color: #2c5593;
  text-decoration: none 
}

A:hover {
  color:  #ff0000;
  text-decoration: none
}

  
.main{
  background-color: white;
  margin: 0px auto 0px auto;
  width: 700px;
  border: 1px;
  border-style: solid;
  border-color:  #aaaaaa;
  background-color: #f9f9f9;

}
  
.stred {
   text-align: center;
   margin-top: 20pt;
} 

.stred0 {
   text-align: center;
} 


img{
  margin: 0px;
  border: 0px;
}
  

.fig {
    border: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18pt;
    margin-bottom: 3pt;
}

table {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.centrovani {
 display: block !important;
 margin-left:auto;
 margin-right:auto;
 margin-top: 10pt;
 margin-bottom: 20pt;
}


h1 {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #DD8800;
    color: #ffffff;
    line-height: 1.5; 
    padding: 4px 0px 4px 0px;
    margin: 0px 0px 10px 0px; 
}

h2 {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    background-color: #aaaaaa;
}


p {
    text-align: justify;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #2c5593;
    line-height: 1.5; 
    margin: 10px 20px 10px 20px;
}


ol { 
font-size: 10pt; 
margin: 3px 20px 30px 20px; 
font-family: Arial, sanserif;
color: #2c5593;
line-height: 150%;
white-space: nowrap
}

ul { 
font-size: 10pt; 
margin: 3px 20px 3px 20px; 
font-family: Arial, sanserif;
color: #2c5593;
line-height: 150%;
}

