body {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: #10529C;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #CEEFEF;
}

div#webedit {
 margin-top: 0px;
 margin-left: 20px;
 margin-right: 20px;
 margin-bottom: 0px;
 text-align: justify;
}

.ind {
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #CEEFEF;
}

.titolo { /* testo form */
 font-family: Arial, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 color: #CEEFEF;
 }

.testo { /* testo form */
 font-family: Arial, sans-serif;
 font-size: 11px;
 line-height: 17px;
 font-style: normal;
 font-weight: normal;
 color: #CEEFEF;
 }
 
B {
 font-weight: bold;
 }
 
p {
 margin-top: 0px;
 margin-left: 20px;
 margin-right: 20px;
 margin-bottom: 0px;
 text-align: justify;
 }

a:link, a:visited, a:hover, a:active{
 font-family: Arial, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 text-decoration: underline;
 color: #CEEFEF;
} 

a:hover {
 color: #9D249C;
 }

a:active {
 color: #9D249C;
 }

a.indirizzo:link, a.indirizzo:visited, a.indirizzo:hover, a.indirizzo:active{
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #CEEFEF;
 text-decoration: none;
} 