#index
{
    border-right: black solid;
    border-top: black solid;
    border-left: black solid;
    border-bottom: black solid;
}
a:link
{
    color: black;
    text-decoration: none;
}
a:hover
{
    color: red;
    text-decoration: none;
}
a:active
{
    color: gray;
    text-decoration: none;
}
a:visited
{
    color: black;
    text-decoration: none;
}
#pemberleynav
{
    border-bottom: black solid;
    border-right-style: none;
    border-left-style: none;
    border-top: black solid;
}

p
{
    font-weight: normal;
    font-size: 12pt;
    color: black;
    font-family: Arial;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
h1
{
    font-weight: bold;
    font-size: 16pt;
    color: black;
    font-family: Arial;
    margin-left: 20px;
    margin-right: 20px;
}
h2
{
    font-weight: bold;
    font-size: 13pt;
    font-style: italic;
    font-family: Arial;
    text-decoration: underline overline;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}