BODY
{
        background-color: Blue;
        text-align : center;
        font-family : "Comic Sans MS";
        font-size : larger;
        color : #B0C4DE;
}


A:link, A:active
{
        font-weight     :       bold;
        text-decoration :       underline;
        color           :       rgb(255,99,0);
        background      :       transparent;
}


A:visited 
{
        font-weight     :       bold;
        text-decoration :    underline; 
        color           :       #993300;  
        background      :       transparent; 
}               


A:hover 
{ 
        text-decoration :       underline; 
        font-weight     :       bold;
        color           :       rgb(57,57,107);
        background      :       rgb(222,214,214);
}


A.DARK
{
        color           :       rgb(57,57,107); 
}


H1
{
        text-align      :       center;
}


H2
{
        font-family     :       Arial, Helvetica;
}


H3
{
        font-family     :       Arial, Helvetica;
}


H4
{
        font-family     :       Arial, Helvetica;
}


H5
{
        font-family     :       Arial, Helvetica;
}


H6
{
        font-family     :       Arial, Helvetica;
}


IMG
{
        border :        2;
}

P
{
        font-family     :       Arial, Helvetica;
}


P.MENY
{
        font-family     :       Charter, Helvetica;
        text-align      :       center;
}


P.QIMAGE
{
        font-family     :       "Times New Roman"; 
        font-style      :       italic; 
        text-align      :       center;
}


IMG.LIGHT
{
        border          :       thick   ridge white; 
        border-width    :       5pt;
}

IMG.DARK
{
        border          :       thick outset white; 
        border-width    :       5pt;
}

IMG.WHITE
{
        border-color:   rgb(255,255,255);
        border-style    :       solid; 
        border-width    :       10pt;
}

IMG.BLACK
{
        border-color:   rgb(0,0,0);
        border-style    :       solid; 
        border-width    :       7pt;
}

OL
{
        font-family     :       Arial, Helvetica;
}


UL
{
        font-family     :       Arial, Helvetica;
}


BLOCKQUOTE.DARK
{
        font-family     :       courier;
        background-color:       rgb(222,214,214);
        border-style    :       outset; 
        border-width    :       2pt;
}




TABLE.DARK
{
        background-color:       rgb(238,238,238);
}

TR.50
{
        width           :       50%;
}

TH
{
        font-family     :       Arial, Helvetica;
        color           :       rgb(57,57,107); 
        background-color:       rgb(255,99,0);
}


TD
{
        text-align : center;
        font-family : "Comic Sans MS";
        font-size : larger;
        color : #B0C4DE;
        vertical-align  :       top;
        border-width    :       2pt;
}

TD.50
{
        width           :       50%;
}


PRE.DARK
{
        font-family     :       courier;
        background-color:       rgb(238,238,238);
        border-style    :       outset; 
        border-width    :       2pt;
}


XMP
{
        font-family     :       courier;
        background-color:       rgb(238,238,238);
        border-style    :       outset; 
        border-width    :       2pt;
        white-space     :       pre;
}