A  {
	color : #9999FF;
	text-decoration : none;
}

A:Visited  {
	color : #9999FF;
	text-decoration : none;
}

A:Active  {
	color : #9999FF;
	text-decoration : underline;
}

A:Hover  {
	color : #9999FF;
	text-decoration : underline;
}