  /*menustyle.css*/
        
    body {border: 7px double green;}
        
    body { background-color: rgb(217, 204, 191); }
    
h1 {
    text-align: center;
    color: rgb(95, 19, 18);
    font-family: verdana;
    font-size: 300%;   }
        
h2 {
    text-align: center;
     color: rgb(95, 19, 18);
    font-family: verdana;
    font-size: 160%;  }
        
h3 {
    text-align: center;
    color: rgb(95, 19, 18);
    font-family: verdana;
    font-size: 160%;}
    
p {
    text-align: center;
    color: rgb(85, 50, 55);
    font-family: goudy old style;
    font-size: 130%;
}

        td {
    width: 150px;        
    text-align: center;
    color: rgb(85, 50, 55);
    font-family: goudy old style;
    font-size: 150%;  
        }
        
        th {
        width: 150px; height: 100px;    
     text-align: center;
    color: rgb(85, 50, 55);
    font-family: goudy old style;
    font-size: 160%;
        }
        
        table {
            margin-left: auto;
            margin-right: auto;
            
        }
        
       
        
        nav {
            text-align: center;
            background-color: rgb(207, 29, 68);
            margin: 0;
            overflow: hidden;}
        
        nav ul{
            margin: 0;
            padding: 0:}
        
        nav ul li{
             display: inline-block;
            list-style-type: none;}
        
        nav > ul > li > a {
            color: rgb(85, 50, 55);
            font-family: verdana;
            font-size: 150%;
            background-color: rgb(207, 29, 68);
            display: block;
            line-height: 2em;
            padding: 0.5em 0.5em;
            text-decoration: none; }
        
        
        
        footer {text-align: center;}
        
        
