/* CSS Linux InterFlorence - Tips and tricks */

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;
}
.annotazione {
        font-family:verdana,helvetica,sans-serif;
        color:#000099;
}