﻿
/*stili sul body e tipografia */
html, body {
margin-top:3;
margin-left:2;
margin-right:6;
background:#A9B7DA;
}

A:LINK {
 color : #000066;
 text-decoration: none
}

A:VISITED {
 color : #000066;
 text-decoration: none
}

A:HOVER {
 color:#000066; font-weight:bold; background-color : #B3C9E3;
}

A:ACTIVE {
 color : #000066;
 text-decoration: underline
}


.corpoTesto{
font-family: Verdana; 
font-size: 10pt;
text-align: justify;
}

.TitoloPage{
font-family: Verdana; 
font-weight:; 
font-size: 18pt;
text-align: center;
color: #000066; 
margin-top: 5;
margin-bottom: 5;
}
