@charset "UTF-8";
.titlefield { /*CSS for RSS title link in general*/
	text-decoration: none;
	font-size: 12px;
}
.titlefield a {
	text-decoration: none;
	font-size: 12px;
}
.labelfield { /*CSS for label field in general*/
	color:brown;
	font-size: 90%;
}
.datefield { /*CSS for date field in general*/
	color:#999999;
	font-size: 90%;
}
#example1 { /*Demo 1 main container*/
	height: 40px;
	padding: 0px;
	background-color: #003300;
	float: right;
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	font-size: 10px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
}
#example2 { /*Demo 2 main container*/
	width: 600px;
	height: 180px;
	border: 1px dashed black;
	padding: 4px;
	background-color: #EEEEEE;
}
#example2 div ul { /*Demo 2 UL container*/
	margin: 0;
	padding-left: 18px;
}
#example2 div ul li { /*Demo 2 LI that surrounds each entry*/
	margin-bottom: 4px;
}
#example3 { /*Demo 3 main container*/
	width: 250px;
	height: 280px;
	border: 1px solid navy;
	padding: 4px;
}
#example3 div p { /*Demo 3 P element that separates each entry*/
	margin-top: 0;
	margin-bottom: 7px;
}
code { /*CSS for insructions*/
	color: red;
}
#googfeed {
	height: 44px;
	float: right;
	width: 400px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #003300;
}
