CSS Customization
To customize the look and feel of the RSS content you will need to copy, modify and paste the code bellow into the <HEAD> ... </HEAD> section of your html page where the RSS content is inserted.
If you need help, please refer to the HTML and Style Sheets basics.
<style>
/* table style */
.RSSWIZ_Table {background:#666666;width:400px}
/* table row styles */
.RSSWIZ_TableHeaderRow {background:#bbbbbb;height:25px;padding:4px;text-align:center}
.RSSWIZ_TableContentRow {background:#eeeeee;height:25px;padding:4px;text-align:left}
/* text styles */
.RSSWIZ_HeaderText {FONT-FAMILY: arial,sans-serif;font-size:13px;color:#333333;font-weight:bold}
.RSSWIZ_ItemTitleText {FONT-FAMILY: arial,sans-serif;font-size:12px;color:#333333}
a.RSSWIZ_ItemTitleText {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;color:#333333}
a.RSSWIZ_ItemTitleText :visited {color:#333333; text-decoration:underline}
a.RSSWIZ_ItemTitleText :link {color:#333333; text-decoration:underline}
a.RSSWIZ_ItemTitleText :active {color:#333333; text-decoration:underline}
a.RSSWIZ_ItemTitleText :hover {color:#333333; text-decoration:underline}
.RSSWIZ_ItemDescriptionText {FONT-FAMILY: arial,sans-serif;font-size:11px;color:#666666}
.RSSWIZ_ItemDateText {FONT-FAMILY: arial,sans-serif;font-size:9px;color:#999999}
</style>
/* table style */
.RSSWIZ_Table {background:#666666;width:400px}
/* table row styles */
.RSSWIZ_TableHeaderRow {background:#bbbbbb;height:25px;padding:4px;text-align:center}
.RSSWIZ_TableContentRow {background:#eeeeee;height:25px;padding:4px;text-align:left}
/* text styles */
.RSSWIZ_HeaderText {FONT-FAMILY: arial,sans-serif;font-size:13px;color:#333333;font-weight:bold}
.RSSWIZ_ItemTitleText {FONT-FAMILY: arial,sans-serif;font-size:12px;color:#333333}
a.RSSWIZ_ItemTitleText {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px;color:#333333}
a.RSSWIZ_ItemTitleText :visited {color:#333333; text-decoration:underline}
a.RSSWIZ_ItemTitleText :link {color:#333333; text-decoration:underline}
a.RSSWIZ_ItemTitleText :active {color:#333333; text-decoration:underline}
a.RSSWIZ_ItemTitleText :hover {color:#333333; text-decoration:underline}
.RSSWIZ_ItemDescriptionText {FONT-FAMILY: arial,sans-serif;font-size:11px;color:#666666}
.RSSWIZ_ItemDateText {FONT-FAMILY: arial,sans-serif;font-size:9px;color:#999999}
</style>