/* CSS Linux InterFlorence - Chess */

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;
}
.circle {
        list-style-type:circle;
        color:#0000ff;
}
.img {
        border: 0
}
.quartina { font-family:Georgia, times, serif; font-weight:bold; color:#0066ff; }
.pgn { font-family:Verdana, Helvetica, sans-serif; color:#0000ff; font-size:smaller; }
.typewriter { font-family:Courier New, Courier, monospace; }