a, a:link
{
	text-decoration: none;
	background-color: inherit;
	color:#0000FF;
	text-shadow: #909090 3px 3px 3px;
}
a:active, a:hover
{
	color: #FF0000;
	background-color: inherit;
	border-bottom-style: dotted;
	border-bottom-color: #ff0000;
	border-bottom-width: 1px;
	text-shadow: #FF7070 3px 3px 4px;
}
a:visited
{
	color: #6666CC;
	background-color: inherit;
}