/* Time-stamp: "2005-05-02 20:54:36 ADT" sburke
 by sburke@cpan.org - I hereby release this CSS code into the public domain.
*/

* {
  display: block;
}

:root {
  margin: 50px;
}

channel > title {
  font-size:  x-large;
  font-style: italic;
  text-align: center;
}

channel > title:after {
  display:block;
  padding: 50px;
  content: "This is an RSS feed, designed to be read in an RSS application.";
  background-color:grey;
  color:#FFFFFF;
}

item {
  margin: 25px 0 20px;
}

item > title {
	font-size: medium;
	margin-bottom: 20px;
}

item > link {
  font-size: small;
  margin-top:  6px;
  margin-bottom: 6px;
}

/* End */
