html {
      
      background: #F0FFFF;
}
body {
      background : #F0FFFF; 
      margin-left : 5%;
      margin-right : 5%;
      font-family : sans-serif  
} 

h3, h4, p, br, dir { 
      color : #000000;    
     
}

h4, h3 {
      font-size: 16px;
      font-weight : bold;
}

h2 {
     
      font-size : 17px;
      font-weight : bold;
      text-align : center;
}
td {
      padding-left : 5px;
        
}

a {
      color : #005500;
      font-weight: bold;
      font-family : Ariel, sans-serif;
      font-size : 16px;
 }