      #rssBox{
		width:462px;
		margin:2px;
		float:none;
		height:45px;
		border:1px dotted #EEEEEE;
                padding: 5px;
		font-size:0.9em;
		background-color:#EEEEEE;
                text-align:center;
                -moz-box-shadow: 10px 5px 5px #888;
                -webkit-box-shadow: 10px 5px 5px #888;
                 box-shadow: 5px 5px 5px #888;               

	}
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#666666;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */

	}
	.rssBoxLink{	/* Read more link */
		color:#666666;
                                     font-weight:bold;
		text-decoration:none;
                                     
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}
