A  {
	COLOR : #003366;
	TEXT-DECORATION : underline;
	font-weight : bold;
}

A:active  {
	COLOR : #003366;
	font-weight : bold;
	text-decoration : underline;
}

A:hover  {
	COLOR : Gray;
	font-weight : bold;
	text-decoration : underline;
}

A.Sel  {
	COLOR : Gray;
	font-weight : bold;
	text-decoration : underline;
}

A.Unsel  {
	COLOR : #003366;
	font-weight : bold;
	text-decoration : underline;
}

