BODY
{
    BACKGROUND-COLOR: #006699;
    Margin-left: -2%;
	color: White;
}
H1 { font-size: x-large; color: Black; text-transform: uppercase; background-color: #ffffff}

  H2 { font-size: large; color: blue }

DIV  { margin: 1em 1em 1em 0em;border-color: white; border-style:ridge;float:left
} /* top margin 1em,
                                    right margin 2em,
                                    bottom margin 3em,
                                    left margin 4em */
P
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: x-small
}
UL
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: small;
    LIST-STYLE: disc
}
LI
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: small;
    LIST-STYLE: square 
}
OL
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: small;
    LIST-STYLE: decimal outside
}
TABLE
{
    COLOR: #ffffff;
	background-color: #006699;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: medium
}
.check
{
    COLOR: #003366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: medium
}
A:link
{
    COLOR: #00ccff;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #00ccff;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}
.small
{
    FONT-SIZE: xx-small
}
