

A{color:blue; text-decoration:none}
A:hover{background-color: #ffffc0;color:blue}
A:visited:{color:red}
A:active {background-color: #ff0000;color: #ffffc0;}
DIV{font-family:arial,helvetica; font-size:10pt; }
#glow2{
filter:glow(color=ff0000,strength=4);
width:100%;
}#glow3{
filter:glow(color=000000,strength=1);
width:100%;
}
}#glow1{
filter:glow(color=ffffd0,strength=1);
width:100%;
}

#glow{
filter:glow(color=FFcc00,strength=3);
width:100%;}

#helpBox {
	position: absolute;
	z-index: 1000;
	top: 1000px;
	left: 0px;
	width: 200px;
}
DIV.helpBoxDIV {
	width: 200px;
	padding: 2px;
	background: #000000;
	border: 1px solid red;

	color: white;
	font-family: Arial,Helvetica;
	font-style: Normal;
	font-weight:Normal;
	font-size: 14px;
	line-height: 14px;
}


