/* scroller background: iframe BODY object */
.Back  { background: #ccc }
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody  { font-size: 11px; font-family: Arial, Helvetica, Geneva; padding: 5px }
.scroll_title { font-size: 13px; font-family: Arial; font-weight: 700 }
.scroll_text { font-size: 11px; font-family: Arial, Helvetica, Geneva }
a:link   { color: #036; text-decoration: none }
a:visited  { color: #333; text-decoration: none }
a:hover { text-decoration: underline }
a:active { color: #603; text-decoration: underline }

