body {
      background-image: url("images/pinkbg.jpg");
}

 A:link {
      text-decoration: underline;
      color:#000000
      v
      background-color:#ffffff;
  }
  A:visited {
      text-decoration: none;
      font-weight: bold;
      color:#385726;
  }
  A:hover {
      text-decoration: none;
      font-weight: bold;
      color:#9D445C;
  }