A.link:HOVER {
	text-decoration : underline;
}

A.link {
	text-decoration : none;
	color : #663666;
	font-weight : bold;	font-size : xx-small;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
}

A.linknormal:HOVER {
	text-decoration : underline;
}

A.linknormal {
	text-decoration : none;
	color : #663666;
	font-weight : normal;
	font-size : xx-small;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
}

A.l {
	text-decoration: none;
	color : #999900;
	font-weight : normal;
	font-size : xx-small;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

A.l:HOVER {
	text-decoration : underline;
}