/*All Elements */         

a:link {
  font-family: tahoma, arial, verdana, sans-serif;
  color: #330066;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #AC99BF
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #AC99BF
  background: #FFFFCC;
  font-weight: bold;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

