body {
    /*For The General Page*/
background-color: #b5bcf0;
font-family: bahnschrift;
font-size: 20px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
width: auto;
text-align: center;
}

/*For The Nav Menu*/
nav ul {
list-style-type:none;
background-color:#8f98e2;
font-family: bahnschrift;
font-weight: bold;
font-size: 30px;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
nav ul li {
display: inline;
padding-right: 35px;
padding-left: 35px;
}
nav ul li:last-child {
border-right: none;
}
nav ul li a {
text-decoration:none;
color:#111111;
}

/*For The Art Links
h1.links {
font-size: 30px;
font-weight: bold;
text-align: center;
}*/

/*For The Header*/
.header {
    background-color: #8f98e2;
    text-align: center;
    padding: 1px;
    border-bottom: solid rgb(158, 156, 156);
}