#page-navigation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#page-navigation ul {
    text-align: center;
}

#page-navigation ul li {
    color: white;
    list-style: none;
    background-color: white;
    width: 9em;
    display: inline-block;
}

li {
    position: relative;
}

li.title {
    display: none;
}

li a {
    display: block;
    color: rgb(207,28,68);
    font-family: "Klinic Slab";
    font-size: 20px;
    text-decoration: underline;
    line-height: 1.3em;
    padding: 1em;
    text-align: center;
}

li a:link {
    text-decoration: underline;
}

li a:visited {
    text-decoration: none;
    color: rgb(95,19,18);
    background-color: white;
}
li a:hover,
.top-menu > li:hover > a {
    background-color: rgb(11,148,70);
    color:white;
}

li a:active {
    color:rgb(207,28,68);
}

ul.top-menu {
    padding: 0;
}

body {
    text-align: center
}

body{
    background: rgb(95,19,18)
}
.box {
    border: 2px solid black;
    background-color: white;
    width: 850px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
}
.footerbox {
    border: 2px rgb(95,19,18);
    background-color: rgb(95,19,18);
    width: 850px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}
hr { 
    display: block;
    margin-top: 1em;
    margin-bottom:1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2.5px;
} 
.white {
    color:white
}
.big {
    font-size: 40px
}
.thick{
    font-size: 30px
}
.Mred {
    color: rgb(207,28,68)
}
.Vgreen {
    color: rgb(11,148,70)
}
.Dred {
    color: rgb(95,19,18)
}
.medium {
    font-size: 25px
}
.center {
    text-align: center
}
h1, h2, h3{
    font-family: "Goudy Old Style"
}
.right{
    text-align: right;
    padding: 10px;
}
p1, p2, p3, p4{
    font-family: "Klinic Slab";
    font-size: 20px;
}
h4, p5{
    font-family: "Klinic Slab";
}
footer{
    text-align: center;
}
.left{
    position:absolute;
    left: 85px;
    width:300px;
    padding: 10px;
}
.textleft {
    text-align: left;
}
.textright{
    text-align: right
}
input[type=text], select, textarea {
    width: 100%; 
    padding: 12px;
    border-style: inset;
    border-width: 2.5px; 
    border-radius: 8px;
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px;
    resize: vertical
}
input[type=submit] {
    background-color: rgb(207,28,68);
    color: white;
    padding: 12px 20px;
    border-radius: 12px;
    border-style: inset;
    border-width: 2.5px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: rgb(11,148,70);
}
.container {
    border-style: inset;
    border-width: 2.5px;
    border-radius: 8px;
    background-color: rgb(216,198,184);
    padding: 20px;
}

