/* CSS Document */

#titolo {
font-size:18px;
color:#000099;
font-weight:bold;
text-align:center;
}

div#contenuto{
font-size:14px;
text-align:center;
}

iframe{
float:right;
}

div#link_mappa{
width:640px;
float:right;
margin-top:10px;
}

a:link#mappa{
font-size:10px;
color:#000099;
text-decoration:underline;
}

a:visited#mappa{
font-size:10px;
color:#000099;
text-decoration:underline;
}

a:hover#mappa{
font-size:10px;
color:#CC0000;
font-weight:bold;
text-decoration:none;
}