BODY
   {background: #f6f6f6
}   

DIV.section 
   {font-size: 20pt;
    font-family: Arial, sans-serif;
    font-style: bold;
    color: green;
    background: #f6f6f6;
    text-align: center
}

H1 {font-size: 20pt;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: red;
    background: #f6f6f6;
    text-align: center
}
H2 {font-size: 14pt;
    font-family: Times, serif;
    font-weight: bold;
    color: green;
    background: #f6f6f6;
    text-align: center
}

H3 {font-size: 15pt;
    font-family: Arial, sans-serif;
    color: blue;
    background: #f6f6f6;
    text align: center
}
P  {white-space: pre;
    line-height: 16pt;
    font-size: 12pt;
    font-family: Times, serif;
    font-weight: normal;
    color: black;
    background: #f6f6f6;
    text-align: left
}

P.intro {font-style: italic;
        font-weight: bold
}
P EM {font-style: bold;
    background: #f6f6f6
}

UL {TYPE: circle;
    font size: 14pt;
    font-family: Times, serif;
    line-height: 20pt;
    color: blue;
    font-weight: normal;
    background: #E7F784
}
a.link {color: blue
}
a.hover {color: yellow
}
a.active {color: red;
    font-weight: bold
}
a.visited  {color: green
}
