a {
  	color: #0000FF;
  	text-decoration: none;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0066;
	text-decoration: none; text-shadow:#CCCCCC;
}

a:active {
	color: #999999;
	text-decoration: none;
}

.outline {
  text-outline: 1px 1px #ccc;
}
