html, body 
{
        background: #fff url(../images/back_tile.gif);
}
h1 
{
        color: rgb(250,250,223); 
        background: rgb(65,130,67);
}
h2  
{
        color: rgb(161,16,55);
        background: #fff;
}
#nav li 
{
        background: #ddd url('../images/tabs_light.gif') 0px 100% no-repeat;
}
#nav a 
{
        background: #ddd url('../images/tabs_light.gif') 100% 100% no-repeat;
        color: #333;
}
#nav #current, #nav #current a 
{
        color: #fdb;
        background-image: url('../images/tabs_dark.gif');
}
#left_bar a:hover 
{
        background-color:White;
}
#content h1 
{
        color: rgb(4,135,9);/*4,135,9 */
        background: #fff;
}
tr.odd  
{
        background-color:  #ffffcc;
}
h4{
color:  Maroon;

}
