@charset "utf-8";
/* CSS Document */

.boxStyle{
padding: 0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
font-size:10px;
}

.boxStyle a{
text-decoration: none;
color:#06C;
}

.boxStyle a:hover{
text-decoration: none;
color:#F90;
}

.rsstitle{
font-weight: bold;
}

.rssdate{
color: gray;
font-size: 85%;
}

.rssdescription{
}
