

a {
    color : #ffffff;
    font-weight : bold;
    text-decoration : none;
  }


a:hover {
    color : #ffffff;
    font-weight : bold;
    text-decoration : none;
  }


a:active {
    color : #ffffff;
    font-weight : bold;
    text-decoration : none;
  }


a:visited {
    text-decoration : green;
  }

