<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

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

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#FinanceNews{ /*Demo 2 main container*/
width: 535px;
height: 165px;
border-top: 1px dashed gray;
padding: 4px;

}

#FinanceNews div ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#FinanceNews div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

code{ /*CSS for insructions*/
color: red;
}
</pre></body></html>