/* 
    Document   : rssreader
    Created on : February 4, 2006, 12:33 PM
    Author     : llturro
    Description:
*/

div.rssreader { 
}

div.rssreader div.feedTitle {
  font-size: 1.1em;
  color: #cb0d0d;
}

div.entry {
  margin-top: 15px;
}

div.entry div.title {
  margin-bottom: 10px;
}

div.entry div.title a {
  font-weight: bold;
  margin-bottom: 10px;
}

div.entry div.info {
  font-size: 0.8em;
  color: #6e6f6e;
}