body
{
    background: white;
    margin: 10%;
    margin-top: 1%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #202449;
    line-height: 14pt;
    text-align: justify;
}

h1
{
    font-weight: bold;
    text-align: right;
    border-bottom: 2px solid #888888;
    padding-bottom: 3px;
}

h2
{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #888888;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #888888;
}

pre
{
    font-family: monospace;
    font-size: 12px;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    white-space: pre;
    color: black;
    background-color: #e6e6e6;
    border: #777777 1px solid;
}

a
{
    color: #CC4040;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

#footer
{
    text-align: center;
    margin-top: 5em;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #e4e4e4;
    font-size: 11px;
}

#footdate
{
    font-size: 11px;
}

#photo
{
    float: left;
    padding: 10px;
}

#navbar
{
    float: left;
}
