	#rssBox{
		width: 174px;
		height: 220px;
		margin-left: 5px;
		margin-top: 5px;	
		border: 3px dotted #ffffff;
		padding: 8px;
		font-size:0.8em;
		background-color: #DDF3DB;
		display: block;
		text-align: left;
			/*width: 16em;*/
	}		
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color: #000066;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color: #cc0000;
		text-decoration: underline;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration: underline;
		background: White;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
