BODY{
  background-color : #ffffff;
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A{
  color : blue;
  text-decoration : none;
}
A:hover 
{
        color:red;
        text-decoration:underline;
}
TABLE{
  line-height : 14px;
  font-size : 12px;
}
H3,h4,p{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}






div#feed{
  text-align:left;
  line-height:1.3;
  margin:35px 0 0 0;
  border:1px solid #9fb7d4;
}

div#feed a{
  color:#57718f;
}

div#feed .rssHeader{
  padding:5px;
  border-bottom:1px dotted #57718f;
  background:#e9eefd;
}

div#feed ul{
  list-style:none;
  padding:0 10px 10px 10px;
  margin:0;
}

div#feed ul li{
  margin-top:10px;
}

div#feed ul li h4{
  font-weight:normal;
}



