@charset "UTF-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: underline;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #718b92;
}

.labelfield{ /*CSS for label field in general*/
	font-size: 90%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.datefield{ /*CSS for date field in general*/
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #718b92;
}

#feedscroller{ /*Demo 3 main container*/
	width: 280px;
	height: 200px;
	padding: 0px;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

#feedscroller div p{ /*Demo 3 P element that separates each entry*/
	margin-top: 0px;
	margin-bottom: 20px;
}

code{ /*CSS for insructions*/
	color: red;
}
