#divScrollTextCont {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	vertical-align : middle;
	visibility : hidden;
}
#divText {
	position:relative;
	left:0px;
	top:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color : black;
	vertical-align : middle;
	font-weight : bold;
	line-height : 85%;
} 
A.art{
	color : #383838;
	text-decoration : none;
}
A.art:HOVER{
	font-family : Courier New, Courier, mono;
	font-size : 17pt;
	color : #FF9933;
	text-decoration : none;
	line-height : normal;
	letter-spacing: -2px;
}
<--!
A.art:ACTIVE{
	font-size : 18pt;
	color : #FF9933;
	text-decoration : none;
	line-height : normal;
}
-->