/* CSS Document */

body {
font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman";
color:#000000;
font-size:11pt;
}


A:link{
color:#835341;
font-weight:bold;

}

A:visited{
font-weight:bold;
color:#835341;
}


A:hover{
color:#498044;
font-weight:bold;

}

.titolo{
font-family: "Times New Roman", Times, serif;
font-size:12pt;
color:#ffffff;
font-weight: bold;
}

.testo {
font-size:11pt;
color:#000000;
}

.footer_verde{
font-family: "Times New Roman", Times, serif;
font-size:11pt;
color:#498044;
font-weight: bold;
background: #ffffff;
width: 800px;
}

.footer_bianco{
font-family: "Times New Roman", Times, serif;
font-size:11pt;
color:#ffffff;
font-weight: bold;
background: #498044;
width: 800px;
}


A:link.indirizzo{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

A:visited.indirizzo{
font-weight:bold;
text-decoration:none;
color:#ffffff;
}


A:hover.indirizzo{
color:#ffffff;
font-weight:bold;
text-decoration: underline;
}



A:link.credits{
color:#498044;
font-size:9pt;
text-decoration:none;
}

A:visited.credits{
color:#498044;
font-size:9pt;
text-decoration:none;
}


A:hover.credits{
color:#498044;
font-size:9pt;
text-decoration:underline;
}

