/* CSS Document */
/*Sample CSS to style the two tickers in the demo*/

.WCclass{
width: 300px;
padding: 0px;
/*background-color: #F3F3F3;*/
border: 0px solid black;
/*margin-bottom: 1em;*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect iin Firefox. Remove if desired.*/
}

a.wc_list{
font-size: 13px;
color: blue;
}

.wc_list {
width: 450px;
border: 1px solid #999999;
padding: 10px 10px 10px 10px;
font-family: Arial, Verdana;
font-size: 13px;
color: NAVY
}

.rsstitle, .wc_class{
font-family: arial;
font-size: 8pt;
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 300px;
padding: 6px;
background-color: lightyellow;
border: 0px solid #004A00;
}

.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*/
}