@charset "utf-8";
/* CSS Document */

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
font-weight: bold;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example3{ /*Demo 3 main container*/
font-size: 83%;
font-family: tahoma;
width: 160px;
height: 300px;
/*border: 1px solid navy;
padding: 4px;*/
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}
#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
list-style:none;
margin-left: -35px;
}


