﻿Navigation Boxes, Footer box, box around content area and text links: 9999CC (If this isn't dark enough, I"ll try something else...
Box at left: CCCC99


body
{
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    font-size: 10pt;
    color: #000066;
    font-family: 'Arial Narrow';
}

HR
{
    color: #6666cc;
    height: 1px;
}

PLAINTEXT
{
    font-size: 9pt;
    color: #000066;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}

.LmenuTxt
{
   font-size: 9pt;
    color: #999900;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;  
}

P
{
        font-size: 9pt;
    color: #000066;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}

H1
{
    font-weight: bold;
    font-size: 12pt;
    color: #CC6600;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
}



A:link
{
    font-size: 9pt;
   
    color: #9999CC;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
}


A:visited
{
    font-size: 9pt;

    color: #9999CC;
    font-family: 'Arial Narrow';
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
}



A:hover
{
    font-size: 9pt;

    color: #9999CC;
    font-family: 'Arial Narrow';
    text-decoration: underline;
    letter-spacing: 1px;
}


A:active
{
    font-size: 9pt;

    color: #9999CC;
    font-family: 'Arial Narrow';
    text-decoration: overline;
    letter-spacing: 1px;
}
IMG
{
    border-right: #9999cc thin solid;
    border-top: #9999cc thin solid;
    border-left: #9999cc thin solid;
    border-bottom: #9999cc thin solid;
}
