/*Google RSS Feeds*/
.rss_box {
	text-align: left;
	font-size:12px;
	}
.labelfield{ /*CSS for label field in general*/
	color: #FF9999; /*Light Brown text*/
	font-size: 90%;
	}
.datefield{ /*CSS for date field in general*/
	color: #999999; /*Light Gray text*/
	font-size: 90%;
	display: none;	
	}
#example2 div{ /*CSS specific to demo 2 - Westminster News*/
	margin-bottom: 15px; /*space between news items*/
	}
#example2 div a{ /*CSS specific to demo 2 - Westminster News*/
	text-decoration: none;
	}
/*CSS for insructions*/
/*code{ 
	font-size: 100%;
	color: red;
	}
*//*End Google RSS Feeds*/