/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #a0410d;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.5em;
}

.labelfield{ /*CSS for label field in general*/
color:white;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
}

#example1{ /*Demo 1 main container*/
}

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



