﻿body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fef9e6;
    text-align: center;
}

.BBHTitle {
    font-size: xx-large;
    font-weight: bold;
    font-style: normal;
    background-color: #87683a;
    color: #ecd2bb;
    border: medium solid #87683a;
    width: 100%;
    text-align: center;
    float: left;
}

.reference {
    text-align: center;
    font-size: small;
    width: 100%;
}

.PageTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    width: 100%;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    text-align: center;
    width: 87%;
    height: 42px;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: larger;
    border-bottom: solid;
    margin-bottom: 0px;
}

h2 {
    width: 100%;
    text-align: center;
    font-size: large;
    font-weight: normal;
}

a:link {
    color: Blue;
    text-decoration: underline;
}

a:visited {
    color: Maroon;
    text-decoration: underline;
}

a:hoover {
    color: Red;
    text-decoration: underline;
}

.person {
    background-color: #99CCFF;
    border-style: solid;
    text-align: center;
    border-color: Black;
}

.menu {
    margin: 1px auto;
    1px auto;
    border: thick;
}

table.menu {
    margin: 0px auto;
}
