a:link {
  text-decoration : none;
  color : #D6ABBB;
}
a:visited {
  text-decoration : none;
  color : #E3CED6;
}
a:hover {
	color : #9B6984;
	background-color: #F2E7ED;
	border: none #F2E7ED;
}
a:active {
  color : #9B6984;
}
