Add CSS Inserts
For the text
HTML Code:
div.rss-box {
font-family: georgia, serif;
font-size: 0.8em;
}
The link style
HTML Code:
div.rss-box a:link,
div.rss-box a:visited,
div.rss-box a:active {
text-decoration: none;
color: #123456;
}
Hover
HTML Code:
div.rss-box a:hover {
text-decoration: underline;
color: #654321;
}