BODY {
        background: white;
        margin-left: 10%;
        margin-right: 5%       
}

H1 {
        font-family: Times New Roman, Arial; 
        font-size: 32pt;
        font-weight: bold;
        line-height: 28pt;
        margin-left: 10%;
        margin-right: 5%
}

H2 {
        font-family: Times New Roman, Arial; 
        font-size: 24pt;
        font-weight: bold;
        line-height: 20pt;
        margin-left: 10%;
        margin-right: 12%
}

H3 {
        font-family: Times New Roman, Arial; 
        font-size: 16pt;
        font-weight: bold;
        margin-left: 10%;
        margin-right: 12%
}

H4 {
        font-family: Times New Roman, Arial; 
        font-size: 12pt;
        font-weight: bold;
        margin-left: 10%;
        margin-right: 12%
}

DIV {
        font-family: Times New Roman, Arial; 
        font-size: 12pt;
        font-weight: bold;
        margin-left: 10%;
        margin-right: 12%;
        text-align: center;
        border-style:solid;
        border-width:4;
        border-color:darkblue;
        padding-top: 6pt;
        padding-bottom:6pt;
        background-color: lightblue
}

HR {
      width = 90%;
      height=6;
      color=blue;
      align=center;
}
