/* CSS Document */
.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: none;
	font-weight: bold;
	color: #396250;
	font-size: .75em;
}
.labelfield{ /*CSS for label field in general*/
	color:#E14145;
}
.datefield{ /*CSS for date field in general*/
	color:#8ca094;
	font-size: .70em;
}
#example1{ /*Demo 1 main container*/
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#example1 p{ /*Demo 3 P element that separates each entry*/
	background-color: #eff1f0;
	color: #396250;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#example1 p a{ /*Demo 3 P element that separates each entry*/
	color: #396250;
}
#example1 p a:hover{ /*Demo 3 P element that separates each entry*/
	text-decoration: underline;
	color: #333;
}
code{ /*CSS for insructions*/
color: #FF0000;
}
