@charset "utf-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: none;
	width: 200px;
}

.labelfield{ /*CSS for label field in general*/
	color:#3A6F8F;
	font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	clear: left;
	float: left;
}
#rsspt{ /*Demo 3 main container*/
	width: 200px;
	height: 265px;
	padding: 4px;
}

#rsspt div p{ /*Demo 3 P element that separates each entry*/
	margin-top: 0px;
	margin-bottom: 7px;
	clear: left;
}
#rssdes div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#rssdes div a{ /*CSS specific to demo 2*/
text-decoration: none;
}
#rssdes div p{ /*CSS specific to demo 2*/
	clear: left;
	float: left;
	display: block;
	width: 460px;
}

