/*CSS to style the KYB ticker RSS feed*/

.kybclass{
width: 200px;
padding: 1px;
background-color: #FFFFFF;
border: 0px solid black;
margin-bottom: 1em;
text-align:center;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ 
/*shared class for all description elements in an RSS feed*/
}
