
	div			{ positon:relative ; hgith:5em ; width:100% ; }
	span		{ positon:relative ; hgith:24pt ; width:100% ; }

	:link		{ text-decoration:none ; color:#0000FF ; }
	:visited	{ text-decoration:none ; color:#880088 ; }
	:active		{ color:#008800 ; background-color:#F0F0F0 ; }
	:hover		{ text-decoration:underline ;  color:#FF0000 ; font-style:normal ; }

	.Shadow		{ filter:shadow(color=#888888,direction=135) ; }
	.ShadowLine	{ filter:shadow(color=#888888,direction=90) ; }
	.DropShadow	{ filter:dropshadow(offx=1 , offy=1 , color=#888888) ; }
	.Glow		{ filter:glow(color=#FFFFFF,strength=5) ; }
	.GlowBlack	{ filter:glow(color=#000000,strength=5) ; }
	.GlowSilver	{ filter:glow(color=#C0C0C0,strength=5) ; }


