BODY {
     font-family: "Times New Roman", Times, serif;
     background-color: white;
     color: black;
     margin-left: 10%;
     margin-right: 10%;
}

H1, H2, H3, H4 {
     color: #4444aa;
     background-color: #cccccc;
     padding-top: 4px;
     padding-left: 4px;
     padding-right: 4px;
     padding-bottom: 4px;
}

H1,H2 { margin-left: -1.5em; }
H3 { margin-left: -0.75em; }

H2, H3, H4, H5, H6 {
    font-family: Helvetica, Arial, sans-serif; }

H1 {
   font-size: 250%;
   font-family: Helvetica, Arial, sans-serif;
}

H2 { font-size: 200%; }
H3 { font-size: 150%; }
H4 { font-size: 125%; margin-bottom: 0.5em; }
H5,H6 { font-size: 100%; margin-bottom: 0.2em; }

P { text-indent: 0pt; }
.indent { text-indent: 1em; }
.justify { text-align: justify; }

A {
   text-decoration: none;
}
