.bg-sidebar
    {
    background:url(../html_images/sidebar.jpg);
    background-repeat:no-repeat;
    background-color:#993300;
    }
.nav
    {
    font-family:Arial;
    font-size:14px;
    color:#CCCC99;
    font-weight:bold;
    line-height:1.0;
    display:block;
    margin:5px 30px 10px 20px;
    }
        .nav a:link 
            { 
            color: #CCCC99;
            text-decoration: none;
            font-weight: bolder;
            font-size: 100%
            }
        .nav a:visited 
            { 
            color: #CCCC99; 
            text-decoration: none;
            font-weight: bolder;
            font-size: 100%
            }
        .nav a:hover 
            { 
            color: #ffffff;
            text-decoration: none;
            font-weight: bolder;
            font-size: 100%;
            }
        .navon
            {
            font-family:Arial;
            font-size:14px;
            color:#ffffff;
            font-weight:bold;
            line-height:1.0;
            display:block;
            margin:5px 30px 10px 20px;
            }
.body
    {
    font-family:Arial;
    font-size:14px;
    color:#000000;
    font-weight:normal;
    margin:0px;
    paddng:0px;
    }
        .body a:link 
            { 
            color: #993300;
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .body a:visited 
            { 
            color: #993300; 
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .body a:hover 
            { 
            color: #000000;
            text-decoration: none;
            font-weight: normal;
            font-size: 100%
            }
.footer
    {
    font-family:arial;
    font-size:15px;
    color:#000000;
    font-weight:normal;
    margin:10px;
    paddng:0px;
    }
        .footer a:link 
            { 
            color: #000000;
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .footer a:visited 
            { 
            color: #000000; 
            text-decoration: underline;
            font-weight: normal;
            font-size: 100%
            }
        .footer a:hover 
            { 
            color: #993300;
            text-decoration: none;
            font-weight: normal;
            font-size: 100%
            }