/* Warren Style Sheet */

BODY {background: #236763;}
p {color: white; font: small Verdana; margin-left: 5px}

A
{
   COLOR: #ff6600;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial;
    font: 12px Verdana
}
A:visited
{
    COLOR: #ff6600;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial;
    font: 12px Verdana;
}
A:active
{   
    COLOR: #236763;
    font-weight: bold;  
    FONT-FAMILY: Verdana, Arial;
    font: 12px Verdana;
}
.footer
{   
    COLOR: white;
    font: 9px Verdana;
    font-weight: bold;  
    
}