.rssContener
{

}


#rssLogo
{
  float: left;
}

#rssTitle
{
  margin-top: 10px;
  position: static;
  font-size: x-large;
  font-weight: bold;
  padding: 10px;
}

.rssHeader
{
  margin-top: 10px;
  margin-left: 20px;
  position: static;
  font-weight: bold;
  font-size: large;
}

.rssInfoText
{
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 50px;
  position: static;

  font-size: small;
}

.rssInfoText a:link, .rssInfoText a:visited, .rssInfoText a:active 
{
  color: #222222;
}

.rssInfoText a:hover
{
  color: #ff0000;
  text-decoration: none;
}

a img
{
  border-style: none;
  vertical-align: middle;
}