<asp:DataList id="cdcatalog"
headerstyle-font-name="Verdana"
headerstyle-font-size="12pt"
headerstyle-horizontalalign="center"
headerstyle-font-bold="True"
itemstyle-backcolor="#778899"
itemstyle-forecolor="#ffffff"
alternatingitemstyle-backcolor="#e8e8e8"
alternatingitemstyle-forecolor="#000000"
footerstyle-font-size="9pt"
footerstyle-font-italic="True">
"<FONT COLOR=#ff0000><%#Container.DataItem("title")%></FONT>" of <FONT COLOR=#ff0000><%#Container.DataItem("artist")%></FONT> - $<FONT COLOR=#ff0000><%#Container.DataItem("price")%></FONT>
<AlternatingItemTemplate>
"<FONT COLOR=#ff0000><%#Container.DataItem("title")%></FONT>" of <FONT COLOR=#ff0000><%#Container.DataItem("artist")%></FONT> - $<FONT COLOR=#ff0000><%#Container.DataItem("price")%></FONT>
</AlternatingItemTemplate>