/* CSS Linux InterFlorence Odds and ends */

body {
        background-color:#f5f5f5;
}
a {
        color: #0000ff;
} 
a:link { text-decoration: underline; } 
a:visited { text-decoration: underline; } 
a:hover { text-decoration: none; font-weight: bold; }
a:active { text-decoration: underline; }
.menu { background-color:#f5f5f5;
        text-align:center;
        color:#0000ff;
        padding-top:3px;
        padding-bottom:5px;
        border-bottom-style:solid;
        border-bottom-width:thin;
        border-bottom-color:#d0d0d0;
        border-top-style:solid;
        border-top-width:thin;
        border-top-color:#d0d0d0;
}
.img {
        border: 0
}
.circle {
        list-style-type:circle;
        color:#0000ff;
}
.spender {
       color:#0066ff;
       font-weight:bold;
}       
.content {
       font-family:verdana,helvetica,sans-serif;
       font-size:small;
       color:#003366;
}
.didascalia {
       font-family:verdana,helvetica,sans-serif;
       font-weight:bold;
       font-size:small;
       color:#cc0000;
}
.titolo {
font-family: Georgia, Times, sans-serif;
color: #cc0000;
font-style: italic;
font-size: large;
}
.versi {
font-family: Georgia, Times, sans-serif;
color: #000099;
}