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

#rssBox{
  width:190px;
  margin:0;
  height:190px;  
  padding:8px 4px 8px 11px;
  background-color: #FFF;
  border:1px solid #CCC;
  -moz-border-radius-bottomright:12px;
  -moz-border-radius-bottomleft:12px;
}    
.rssBoxDate{
  display:none;  /* I don't want to show the date */
}
.rssBoxHeading{  /* Heading of RSS item */
  height:35px;
  overflow:hidden;
  font-weight:bold;
  color:#4f829e;
  margin:0px;
  padding:0;
}
.rssBoxDescription{  /* Description of RSS item */
  height:110px;
  overflow-y:hidden;
  color:#444;
}  
.rssBoxLink{  /* Read more link */
  float:right;
  color:#333366;
  text-decoration: underline;
}
.rssBoxLink:hover{  /* Read more link - mouse over */
  text-decoration: none;
} 
