.red
{
    FONT-SIZE: x-small;
    COLOR: #ff0000;
    FONT-FAMILY: 'Comic Sans MS'
}
.white
{
    FONT-SIZE: x-small;
    COLOR: #ffffff;
    FONT-FAMILY: 'Comic Sans MS'
}
.blue
{
    FONT-SIZE: x-small;
    COLOR: #0000ff;
    FONT-FAMILY: 'Comic Sans MS'
}
.bluesmall
{
    FONT-SIZE: xx-small;
    COLOR: #0000ff;
    FONT-FAMILY: 'Comic Sans MS'
}
.redsmall
{
    FONT-SIZE: xx-small;
    COLOR: #ff0000;
    FONT-FAMILY: 'Comic Sans MS'
}
.whitesmall
{
    FONT-SIZE: xx-small;
    COLOR: #ffffff;
    FONT-FAMILY: 'Comic Sans MS'
}
BODY
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Comic Sans MS'
}
.black
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    FONT-FAMILY: 'Comic Sans MS'
}
.blacksmall
{
    FONT-SIZE: xx-small;
    COLOR: #000000;
    FONT-FAMILY: 'Comic Sans MS'
}
.blackhighlight
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    FONT-FAMILY: 'Comic Sans MS';
    BACKGROUND-COLOR: #ffff00
}
PRE.green
{
    FONT-SIZE: x-small;
    COLOR: green;
    LINE-HEIGHT: 8pt;
    FONT-FAMILY: 'Courier New'
}
