A  {
	COLOR : #0099FF;
	font-weight : bold;
	;
	list-style-type: disc;
	text-decoration: none;

}

A:active  {
	COLOR : #FF6600;
	font-weight : bold;
	text-decoration: underline;

}

A:hover  {
	COLOR : #FF6600;
	font-weight : bold;
	text-decoration : underline;
}

A.Sel  {
	COLOR : #0099FF;
	font-weight : bold;
	text-decoration: underline;

}

A.Unsel  {
	COLOR : #0099FF;
	font-weight : bold;
	text-decoration: none;

}
