
a:link, a:visited {
  filter           : grey;
  color            : #FFFFFF;
  text-decoration  : none;
}

a:hover {
	color            : #000000;
	text-decoration  : none;
	background-color : #FF9900;
}
