body {
    font-family: sans-serif;
    font-size: 15pt;
    line-height: 20pt;
    color: black; 
    background: #9f9b9a;
}

table.home {
    margin: 3% auto 10% auto;
}

td.bee {
    padding-top: 80px;
    padding-right: 80px;
}

td.contentcol {
    position: relative;
    text-align: right;
}

#sitename {
    font-size:20pt;
}

#links {
    position: relative;
    padding-top: 100px;
    line-height: 38pt;
}

#copyright {
    position: relative;
    color: #c0c0c0;
    font-size: 10pt;
    padding: 5px;
}


:link { color: black; text-decoration: none; }  /* for unvisited links */
:visited { color: black; text-decoration: none; } /* for visited links */
a:active { color: red; } /* when link is clicked, doesn't work in firefox */
a:hover { color: red; } /* when mouse is over link */

