﻿/*Example CSS for the two demo tickers*/
body {
font-size: 62.5%;font-family:"Trebuchet MS";
}

#domticker{
width: 550px;
height: 45px;
font-family:"Trebuchet MS"; font-size:10px; color:#ffffff; 
text-align:left;
float:left;
}
#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*/
}

#domticker span{

color:#333333; text-decoration:none;
}

#domticker a{

color:#fff; text-decoration:none;

}


#domticker a:hover{

color:#fff; text-decoration:none;

}
.someclass{ 
}
