<!doctype html public "-//w3c//dtd html 4.0 final//en">
<html>
<head>
<STYLE>
A:link
{
    COLOR: black;
    TEXT-ALIGN: center
}
A:visited
{
    COLOR: black;
    TEXT-ALIGN: center
}
A:active
{
    BACKGROUND-COLOR: navy;
    COLOR: yellow;
    TEXT-ALIGN: center
}
A:hover
{
    BACKGROUND-COLOR: navy;
    COLOR: white;
    TEXT-ALIGN: center
}
TD
{
    COLOR: black;
    BACKGROUND-COLOR: silver;
    TEXT-ALIGN: center
}
TH
{
    BORDER-RIGHT: black thin;
    BORDER-TOP: black thin;
    TEXT-TRANSFORM: uppercase;
    BORDER-LEFT: black thin;
    COLOR: white;
    BORDER-BOTTOM: black thin;
    BACKGROUND-COLOR: navy;
    TEXT-ALIGN: center
}
IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}
P
{
    COLOR: white;
    BACKGROUND-COLOR: blue;
    TEXT-ALIGN: center
}
H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 32px;
    FONT-FAMILY: Arial, courier, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    FONT-FAMILY: Arial, courier, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, courier, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
H4
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, courier, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
H5
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8px;
    FONT-FAMILY: Arial, courier, sans-serif;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
TFOOT
{
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    BORDER-LEFT: black thin solid;
    BORDER-BOTTOM: black thin solid;
    BACKGROUND-COLOR: blue
}
TR
{
    COLOR: white;
    BACKGROUND-COLOR: navy
}
A
{
    COLOR: black;
    FONT-FAMILY: Arial, Courier
}
</STYLE>
</head>
</html>