body{
    font-family: sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}
header{
    height: auto;
    padding: 10px;
    margin: -10px;
    margin-bottom: 0px;
    background-image:url(banner.png);
    background-size: contain;
    font-size: 60pt;
    text-align: left;
    line-height: 0px;
    width: 110%;
}
h1{
    color: #ffffff;
}
.logo{
    float: left;
    height: 150px;
    width: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
nav{
    height: auto;
    margin-bottom: 10px;
    background-color: #000044;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 15pt;
    line-height: 50px;
    width: 110%;
}
a{
    text-decoration: none;
    clear: none;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 50px;
    background-color: #000066;
    padding: 5px;
    color: #ffffff;
}
a:hover{
    background-color: #000011;
    color: #dddddd;
}
h2{
    font-size: 30pt;
}
p{
    font-size: 18pt;
    margin-top: 5px
}
footer{
    background-color: #000044;
    height: 100px;
    bottom:0;
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: -10px;
}
dt{
    font-weight: bold;
    font-size: 20pt;
}
.footertext{
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-family: sans-serif;
    margin-left: 100px;
    margin-right: 100px;
}
.stovetext{
    text-indent: 50px;
    font-family: serif;
    margin: 0px;
}
.secret{
    background-color: #ffffff;
    font-size: 0pt;
    height: 0px;
    width: 0px;
}
.secret:hover{
    background-color: #ffffff;
    font-size: 0pt;
}
li{
    font-size: 18pt;
}