/*
<item rdf:about="http://www.w3.org/News/2004#item155">
  <title>W3C Celebrates Ten Years Leading the Web</title>
  <description>This year, W3C celebrates its tenth anniversary. ...
  </description>
  <link>http://www.w3.org/News/2004#item155</link>
  <dc:date>2004-10-07</dc:date>
</item>
 */

caption {display:block;
		margin-right: 20%;
			text-align: right;
			margin-left: auto;
} 

caption text { border: thin black solid;}

item {display: block; margin-right: 20%;
		margin-left: auto; border: thin black solid;
      padding: 1em; width: 10em}

item title {display: block; font-weight: bold;}

item description {display: block; margin-top: 1em; margin-bottom: 1em;}

link {display: block; color: blue; text-decoration: underline;
overflow: auto;
}

item date {display: block;}

date:before {content: "Date: "}

/* or item dc\:date would have worked */

/* There is also a channel element, structured like an <item>: */

channel {display: block}

channel title {display: block; font-weight: bold; font-family: sans-serif;
font-size: 20pt;
}

channel description {display: block; margin: 1em;}

date {}

