
/* BODY, PARAS, MAIN STUFF */

BODY, TD, P
{
    font-family: tahoma,verdana; 
    font-size: 14px;
    color:#333333;
}

.header
{
    font-family: tahoma,verdana; 
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #892501;
}

.hidden {
         visibility: hidden;
         position: absolute;   
         top: 0px;
         left: 0px; 
        }


/* Most Links (blue on white) */

A:LINK
{
    color:#333399;
}

A:VISITED
{
    color: #333399;
}

A:HOVER
{
    color:#000099;
}
