a:link     {color:      black;
            background: #d1fdd1;
            font-weight: bold;
            text-decoration: none;
}



a:active   {color:      black;
            background: #588E58;
            font-weight: bold;
            text-decoration: none;
}

a:visited  {color:      black;
            background: #d1fdd1;
            font-weight: bold;
            text-decoration: none;
}



a:hover    {color:      white;
            background: #588E58;
            font-weight: bold;
            text-decoration: none;
}




hr {height:5px;
    width:130px;
    color:#588E58;
    text-align:left
}


