div.title {
    height: 16%;
    width: 100%;
    background-color: #713b0b;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}


div.brown1 {
    height: 7%;
    width: 100%;
    background-color: #7e4d22;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.white2 {
    height: 72%;
    width: 100%;
    background-color: white;
    padding: 0px;
    margin: 0px;
    overflow: scroll;
}

div.brown2 {
    height: 5%;
    width: 100%;
    background-color: #7e4d22;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

h1.StoflTitle {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.MenuUp {
    text-align: center;
    border-spacing: 25px 0px;
    color: white;
    font-weight: normal;
    font-size: 22px;
}

td.ManagementBios {
    background-color: white;
    color: #7e4d22;
}

a.HrefMenuUp {
    font-weight: normal;
    text-align: center;
    color: white;
    font-size: 22px;
    text-decoration: none; 
}

a:hover.HrefMenuUp {
    font-weight: normal;
    text-align: center;
    color: #7e4d22;
    background-color: white;
    font-size: 22px;
    text-decoration: none;
}

a:active.HrefMenuUp {
    font-weight: normal;
    text-align: center;
    color: #7e4d22;
    background-color: white;
    font-size: 22px;
    text-decoration: none;
}

table.MenuDown {
    padding: 0px;
    margin: 0px;
    border-spacing: 20px 0px;
    color: white
}

a.HrefMenuDown {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

a:hover.HrefMenuDown {
    font-size: 16px;
    color: white;
    text-decoration: underline;
}

a:hover.HrefMenuDown {
    font-size: 16px;
    color: white;
    text-decoration: underline;
}

p {
    text-align: center;
    position: relative;
    left: 25%;
    width: 50%;
    padding: 1%;
    margin: 0px;
}

h3 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

h1 {
    margin: 0px;
    padding: 1%;
    width: 25%;
    text-align: center;
    color: white;
    background-color: #713b0b;
}

img.Logo-image {
    width: auto;
    height: 100%;
}

img.LogoMenuDown {
    width: auto;
    height: 100%;
}

h2.h2title {
    color: white;
}