@charset "UTF-8";
/* CSS Document */

#newsfeed{
font-family:Verdana, Arial, Helvetica, "Century Gothic", sans-serif;
font-size:small;
}

#newsfeed a:hover{
text-decoration:none;
}

.newstitle{
font-size:1.2em;
}

.pubDate{
color:#999;
font-size:smaller;
}

dd{
margin:10px 0 0;
font-weight:strong
}