A, A:LINK  {
	color : Blue;
	text-decoration : none;
}

A:VISITED  {
	text-decoration : none;
	color : Blue;
}

A:ACTIVE  {
	text-decoration : underline;
}

A:FOCUS  {
	text-decoration : underline;
}

A:HOVER  {
	text-decoration : underline;
}

