#banner
{
posistion: top;
width: 100%;
height: 18%;
margin-left: 15%;
margin-top: 0%;
background-image: url('./images/title.jpg');
background-repeat:no-repeat;
}
ul#navlist {margin-left= 0; margin-top= 0;text-align: center;background-color= #990000;font-size: 90%; font-weight: bold;}
h3 
{text-align:center;
}
#navlist li
{display: inline;list-style-type:none;text-decoration:none;}

#navlist a {background-color: #990000;text-decoration:none; padding-left: 1% ; padding-right: 1%; padding-top:0; padding-bottom:0;}
#navlist a:link {color: white;background-color: #990000; text-decoration: none;}
#navlist a:visited {color: white;background-color: #990000; text-decoration: none;}
#navlist a:hover {color:white; background-color:blue; text-decoration: none;}
#navlist a:active {color: red; background-color:yellow; text-decoration:none;}

#content
 {
    top: 1%;
    bottom: 3%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 3%;
   
    border: 1px solid #990000;
    background-color: white;
    }
 #footer
{
margin-left:15%;
margin-right:15%;
}