body {
	background-image: url(images/back.gif);
	text-align: center;
}
#whatsnew {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* begin styles for RSS Feed */

.rss_box {
	margin: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	 
}
.rss_items {
	margin-top:0px;
	padding:0em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-size: 100%;
	background-color:#ef9036;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
	font-weight : normal;
	list-style:none;
	margin-bottom: 5px;
	float: left;
	width: 300px;
}

.rss_item a {
	text-decoration : underline;
	color:blue;
	font-size: 105%;
	font-weight:normal;
	margin: 0px;
	float: left;
	}
	
.rss_item a:visited {
	color:purple;
	float: left;
}

.rss_date {
	font-size: 90%;
	font-weight : normal;
	color: #996666;
	margin: 0px;
	}
  

