#domticker{
width: 260px;
height: 130px;
font-size:12px;
font-weight:bold;
border: 0px dashed black;
font-family:Arial;
padding: 5px;
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: bold;
text-decoration:none;
color:#000000;
}

#domticker2{
width: 260px;
height: 130px;
font-size:12px;
border: 0px dashed black;
font-family:Arial;
padding: 5px;
background-color: #ffffff;
}

#domticker2 a{
text-decoration: none;
text-decoration:none;
color:#000000;
}

.someclass{ //class to apply to your scroller(s) if desired
}

