
/* CSS Document */

.testo{
text-align: justify;
margin: 0px 20px 0px 20px;
font-size: 14px;
color: #003E65;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: plain;
}

.testosmall{
text-align: justify;
margin: 0px 20px 0px 20px;
font-size: 12px;
color: #003E65;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: plain;
}

.testo_titoli{
text-align: justify;
margin: 0px 20px 0px 20px;
font-size: 14px;
color: #003E65;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
}

.testo_menu{
text-align: justify;
margin: 0px 20px 0px 20px;
font-size: 14px;
color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:link, a:visited {
color: #003E65;
text-decoration: underline;
}

a:hover {
color: #003E65;
text-decoration: none;
}

a.menu:link, a.menu:visited {
color: #FFFFFF;
text-decoration: underline;
}

a.menu:hover {
color: #FFFFFF;
text-decoration: none;
}
