/*mystyle.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: 150%;
}
        
        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: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
            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;}
        
        
