body {
			 margin: 0px;
       padding; 0px;
   }
      header{
        height:200px;
          !background-color: #0000ff;
        Margin: 10px 200px 0px 200px;
        Padding:10px;
        border:1px solid;
         font-size: 28pt;
        font-family: verdana;
        font-weight: bold;
        
          text-align: center;
      }
       footer{
        height:100px;
          !background-color: #ff0000;
        Margin: 1px 200px 10px 200px;
        Padding:10px;
        border:1px solid #000;
         font-size: 18pt;
          text-align: center;
      }
    #content  {
      margin: 1px 200px 0px 200px;
      padding: 20px;
      color: black;
      !background-color: #ccc;
      border:1px solid black;
    }
    p {
      font-size: 12pt;
      line-height: 20ppt;
      font-family: verdana, arial, helvetica, sans-serif;
      margin: 0px 0px 12px 0px;
       text-align: center;
    }
    
  h1 {
    font-size: 20pt;
    font-family: tahoma;
     text-align: center;
  }
    h2{
      font-size: 14pt;
      font-family: verdana;
			font-weight: normal;
       text-align: center;
    }
      h3{
      font-size: 12pt;
      font-family: tahoma;
       text-align: center;
    }