td.main {background-color: #DDB99F;
            }
            
}

a: {text-decoration: none;}


a:link     {color:      black;
            background: #F69752;
            font-weight: bold;
            text-decoration: none;
}



a:active   {color:      black;
            background: #F69752;
            font-weight: bold;
            text-decoration: none;
}

a:visited  {color:      black;
            background: #F69752;
            font-weight: bold;
            text-decoration: none;
}



a:hover    {color:      white;
            background: #B3672F;
            font-weight: bold;
            text-decoration: none;
}

