a:link {
  text-decoration : none;
  color : #666666;
}
a:visited {
  text-decoration : none;
  color : #999999;
}
a:hover {
	color : #9B6984;
	background-color: #F2E7ED;
	border: thick solid #F2E7ED;
}
a:active {
  color : #990033;
}
