BODY
{
    BACKGROUND-IMAGE: url(g34.gif);
    FONT-FAMILY: Arial
}
H3
{
    COLOR: purple
}
P
{
    FONT-FAMILY: Arial
}
H2
{
    COLOR: maroon
}
H4
{
    COLOR: gray
}
UL
{
    COLOR: blue
}
LI
{
    COLOR: black
}
TABLE
{
    BORDER-RIGHT: thin solid;
    BORDER-TOP: thin solid;
    BORDER-LEFT: thin solid;
    BORDER-BOTTOM: thin solid;
    BACKGROUND-COLOR: lightsteelblue
}
TH
{
    BORDER-RIGHT: lightsteelblue outset;
    BORDER-TOP: lightsteelblue outset;
    BORDER-LEFT: lightsteelblue outset;
    BORDER-BOTTOM: lightsteelblue outset;
    BACKGROUND-COLOR: lightslategray
}
TD
{
    BORDER-RIGHT: gainsboro thin inset;
    BORDER-TOP: gainsboro thin inset;
    BORDER-LEFT: gainsboro thin inset;
    BORDER-BOTTOM: gainsboro thin inset
}
