@charset "UTF-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: underline;
	font-family: Century Gothic, Apple Gothic, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #8D1A1E;
}

a:hover.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: none;
	font-family: Century Gothic, Apple Gothic, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #8D1A1E;
}

.labelfield{
	color: #8D1A1E;
	font: bold 9px Century Gothic, Apple Gothic, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.datefield{
	color: #8D1A1E;
	font: 9px/12px Century Gothic, Apple Gothic, "Lucida Grande", Lucida, Verdana, sans-serif;
		font-weight: bold;

}

#feedscroller{ /*Demo 3 main container*/
	width: 260px;
	height: 260px;
	padding: 0px;
	font-family: Century Gothic, Apple Gothic, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

#feedscroller div p{ /*Demo 3 P element that separates each entry*/
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
}

code{ /*CSS for insructions*/
	color: red;
}
