
.titlefield{ /*CSS for RSS title link in general*/
text-decoration:none;
}

.labelfield{ /*CSS for label field in general*/
color:#ff5500;
font-size:90%;
}

.datefield{ /*CSS for date field in general*/
color:#000;
font-size:90%;
}

#example3{ /*Demo 3 main container*/
width:260px;
height:390px;
padding:0px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top:0;
margin-bottom:7px;
}

code{ /*CSS for insructions*/
color:red;
}