.Header {
  
  border : thin #336699 solid;
  padding : 10 px;
  margin : 10 px;
  text-align: center;
  background-color:white;

         }

.Footer {
  
  border : thin #336699 solid;
  padding : 0 px;
  margin : 0 px;
  text-align: center;
  background-color:yellow;
  font-size:small;
         }

.Content {
  
  border : thin #336699 solid;
  padding : 0 px;
  margin : 0 px;
  text-align: left;
  background-color: white;

         }


body { font-family: Arial; 
       background-color: white;
       text-align: left;
     }
h2 { color: green; font-style: italic }
h3 { color:red; }
p { text-decoration: underline }


