.custom #navbar
{
background-color: #336600;
}

body
{
background: #336600;
}

.navbar a
{
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}

.navbar a:hover
{
 color: #CCCCCC;
 text-decoration: underline;
}

.main h1
{
 text-transform: uppercase;
}

.main h1,
.main h1 a
{
 color: #000000;
}

.main h1 a:hover
{
 color: #003399;
}

.main h2
{
 text-transform: uppercase;
 color: #A37B45;
 border-bottom: none;
}

.sidebar h2
{
 border-bottom: solid 1px dimgray;
 padding-bottom: 1px;
 color: #003399;
}

.sidebar ul ul
{
 margin-left: .5em;
}

a,
h1 a
{
 color: #003399;
}

a:hover,
h1 a:hover
{
 color: #003399;
        text-decoration: none;
}

.custom #sidebar
{
 color: #474E44;
 background-color: #FFFFFF;
}

.custom #sidebar a
{
 color: #000000;
}

.custom #sidebar a:hover
{
 text-decoration: none;
}

.custom #sidebar2
{
 color: #474E44;
 background-color: #FFFFFF;
}

.custom #sidebar2 a
{
 color: #000000;
}

.custom #sidebar2 a:hover
{
 text-decoration: none;
}

A:link.lnav         
{   
        text-decoration: underline; 
        color: #steelblue;  
}

A:visited.lnav      
{   
        text-decoration: underline; 
        color: #003399;  
}


A:hover.lnav      
{   
        text-decoration: none;    
}