body
{
    font-family: Arial;
    width: 85%;
    min-width: 840px;
    max-width: 1100px;
    margin: 60px auto 0px auto;
    border: 1px solid #cccccc;
    padding: 10px;
}

a
{
    color: #000;
    text-decoration: underline;
}
a:hover
{
    background-color: lightgray;
}
h1
{
    font-size: 32pt;
}
h2
{
    margin-top: 50px;
    font-size: 14pt;
}
h3
{
    font-size: 12pt;
}
ul
{
    margin: 0em;
    padding: 0;
}

li
{
    margin-bottom: 10px;
    max-width: 450px;
    text-indent: 0px;
    list-style: none;
}

#footer
{
    clear: both;
    font-size: 0.8em;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}

a.selected
{
    color: Black;
    font-weight: bold;
    text-decoration: none;
}
