/* Start of CMSMS style sheet 'RSS News' */
div.headline {
margin :3px;
padding: 5px 0 5px 0;
font-size: 0.8em;
}

div.headline a:link, div.headline a:visited { 
  color:black; 
  text-decoration: none;
 }

div.headline a:active, div.headline a:hover {
 color:blue;
 background-color:inherit;
 text-decoration: underline;
}


/* End of 'RSS News' */

