body {
    line-height: 130%;
}

img#fb {
    position: absolute;
    top: -1000px; 
}

table {
    border:1px solid #ccc;
    border-bottom-color: #666;
    border-right-color: #666;
}
    td, th {
        border:1px solid #ccc;
        border-top-color: #666;
        border-left-color: #666;
        padding: 0.2em 0.3em;
    }

#column {
    margin:0 auto;
    width: 640px;
    padding-right: 240px;
    position: relative;
}

ul.nav {
    overflow: hidden;
}
    ul.nav li {
        float: left;
        list-style: none;
        clear: left;
    }
    
 
    div#dedication {
        text-align: right;
        font-style: italic;
        margin-top:2em;
        
    }

div.bg {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
    div.bgc,
    div.img {
        text-align: center;
    }

a.fn,
span.fn {
    font-weight: bold;
}

    span.fn {
        color: #999;
    }

a.fn, span.fn,
#footnotes, .url, .color,
.bgc {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 70%;
}

    .footnotes-side span.fn {
        font-size: 100%;
        top: 0;
    }

.footnotes-side {
    position: absolute;
    left: 680px;
    top: 0px;
    width: 200px;
}
    .footnotes-side h2,
    .footnotes-side hr {
        display:none;
    }
    
    .footnotes-side p.fn {
        position: absolute;
        padding: 0;
        margin: 0;
    }
