body {
font-family: Helvetica, Arial, Verdana;
background-color: #FEF6BE;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}

table.status {
position: absolute;
left: 20px; top: 20px;
}

div#links a {
border-color: black #CCCCCC #CCCCCC black;
font-family: Helvetica, Arial, Verdana;
font-size: 16px; font-weight: bold;
color: brown; text-decoration: none;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
line-height: 30px;
}

div#links a:hover {
border-color: black brown brown black;
font-family: Helvetica, Arial, Verdana;
font-size: 16px; font-weight: bold;
color: #FF6633; text-decoration: none;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
line-height: 30px;
}

div#links a span {display: none;}

div#links a:hover span {
display: block;
position: absolute;
top: 58px; left: 20;
width: 700px;
color: red;
font-size: 10px;
text-align: left;
}

.titolo {
font-family: Helvetica, Arial, Verdana;
font-size: 40px; font-weight: bold; color: brown; 
}

.text {
font-size: 12px;
}

.titolino {
font-size: 14px;
}

.patrocinio {
font-size: 10px;
}

b {
color: orange;
}


a:link,a:visited {text-decoration: none; color: red;}
a:active,a:hover {text-decoration: none; color: orange;}


div#links2 a {
border-color: black #CCCCCC #CCCCCC black;
font-family: Helvetica, Arial, Verdana;
font-size: 12px; font-weight: bold;
color: green; text-decoration: none;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
line-height: 30px;
}

div#links2 a:hover {
border-color: black brown brown black;
font-family: Helvetica, Arial, Verdana;
font-size: 12px; font-weight: bold;
color: #FF6633; text-decoration: none;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
line-height: 30px;
}

div#links2 a span {display: none;}

div#links2 a:hover span {
display: block;
position: absolute;
top: 58px; left: 20;
width: 700px;
color: green;
font-size: 10px;
text-align: left;
}

