BODY {      
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black !important;
    background-color: antiquewhite !important;
    background-position: top left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    }

H1 { 
    text-align: center;
    font-family: sans serif;
    font-size: x-large;
    color: brown;
    background-color: antiquewhite;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;

    }

H2 { 
    text-align: left;
    font-family: serif;
    font-size: large;
    color: green;
    background-color: gold;
    }
  
H3 { 
    text-align: left;
    font-family: serif;
    font-size: large;
    color: teal;
    background-color: antiquewhite;
    }

H4  {
    text-align:	 left;
    font-family: serif;
    font-size: small;
    color: brown;
    background-color: antiquewhite;
    }
H5 {
text-align: center;
    font-family: sans serif;
    font-size: large;
    color: green;
    background-color: antiquewhite;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
}
H6 {
text-align: center;
    font-family: sans serif;
    font-size: large;
    color: brown ;
    background-color: antiquewhite;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
}


