/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
color: #C60;
}

.titlefield:hover{ /*CSS for RSS title link in general*/
text-decoration: none;
color: #FF9900;
}
.labelfield{ /*CSS for label field in general*/
color:#663300;
font-size: 90%;
}
.datefield{ /*CSS for date field in general*/
color:#3DA0FD;
font-size: 90%;
}
#example3{ /*Demo 3 main container*/
width: 835px;
height: 88px;
border: 1px dashed #204B73;
-moz-border-radius: 5px;-webkit-border-radius: 5px;
padding: 4px;
color: #333;
}
#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}
code{ /*CSS for insructions*/
color: red;
}