A:link {color: BLUE }
A:visited {color: RED}
A:hover { background-color: AQUA}
A:active { background-color: AQUA; color: RED; font-weight: bold }

A:hover.ex { background-color: #FFFFFF}

A:link.exbld {font-weight: bold}
A:visited.exbld {font-weight: bold}
A:hover.exbld { background-color: #FFFFFF}
A:active.exbld { color: RED; font-weight: bold }

BODY { background-color: #CCFFFF; color:#000000; }

DIV.c {text-align: center; margin-right: auto; margin-left: auto; }

H1 {text-align: center}
H1.main { font-size: x-large; color: #000000; background-color: AQUA;
           margin-left: 20px; margin-right: 20px}
H1.minor {font-size: medium }
H2 {font-size: medium; background-color: #CCFFFF; color: #000000; text-align: center}
H2.left {font-size: background-color: #CCFFFF; medium; color: #000000; text-align: left}
H2.main { font-size: x-large; color: #000000; background-color: AQUA;
           margin-left: 20px; margin-right: 20px}
H3 {font-size: medium; text-align: center }

P.central {text-align: center}
P.divider {background-color: AQUA; text-align: center; margin-left: 300px; margin-right: 300px}
P.j {text-align: justify}

SPAN {font-weight: bold}


TD.b {width: 500px; text-align: center; border: 1pt double black}
TD.nob {width: 500px; text-align: center; border:none}
