#domticker{
width: 148px;
height: 10px;
border: 0px dashed #9999cc;
padding: 0px;
background-color: #FFFFFF;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

#domticker a{
font-weight: normal;
}