.BodyStyle
{
    BACKGROUND-COLOR: #ffffff; --#ddffdd;
    COLOR: #77aaff; --Middle blue
    FONT-FAMILY: Verdana, Sans-serif;
}
.TableStyle
{
    --BACKGROUND-COLOR: #dfe6e0; --Light blue --#dddddd; --#ffffdd;
    COLOR: #447799; --Middle blue
    BORDER-STYLE: solid;
    BORDER-RADIUS: 3px;
    BORDER-WIDTH: 2px;
    BORDER-COLOR: #77aaff;
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
}
th.MainStyle
{
    FONT-FAMILY: Gungsuh, Sans-serif;
    FONT-SIZE: large;
}
td.LogoStyle
{
    BACKGROUND-COLOR: #ffffff;
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
}
td.MainStyle
{
    BACKGROUND-COLOR: #ffffff; --White
    --BACKGROUND-COLOR: #dfe6e0;
    BORDER-STYLE: solid;
    BORDER-RADIUS: 5px;
    BORDER-WIDTH: 1px;
    BORDER-COLOR: #77aaff;
}
td.BarStyle
{
    BACKGROUND-COLOR: #FFBA00;
    HEIGHT: 3px;
}
A:link
{
    COLOR: #ffcc00; --dark yellow
    --COLOR: red; --default red;
}
A:active
{
    COLOR: #bfff00; --lime;
    --COLO: green; --default green;
}
A:hover
{
    COLOR: yellow;
    --COLOR: purple; --default purple;
}
A:visited
{
    COLOR: #bfff00; --lime
    --COLOR: blue; --default blue;
}
UL.disc
{
    LIST-STYLE-TYPE: disc;
}
UL.circle
{
    LIST-STYLE-TYPE: circle;
}
