﻿/*Example CSS for the two demo tickers*/
#domticker{
width: 200px;
height: 55px; line-height:15px;
border: 0px dashed black;
padding: 0px;
font-family:"Trebuchet MS"; font-size:12px; color:#ffffff; text-align:right;
}
#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{
font-weight: bold;font-family:"Trebuchet MS"; font-size:13px;
color:#a58c01; text-decoration:none; text-align:right;
}

#domticker a{
font-weight: bold;font-family:"Trebuchet MS"; font-size:13px;
color:#ffffff; text-decoration:none; text-align:right;

}
.someclass{ 
}
