﻿body
{
    font-size: 9pt;
    font-family: Arial,Segoe UI,Helvetica,sans-serif;
}

h1
{
    font-size: 14pt;
    text-align: center;
    border-bottom: solid 1px #aaaaaa;
    padding-bottom: 5px;
}

#main
{
    width: 800px;
    background-image: url(/content/Lincoln_Logo.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 391px Auto;
    padding-top: 140px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

a:link {
    color: #006FB6;
    text-decoration: underline;
}

p
{
    color: #383838;
}

.hide {
    display: none;
}