//{margin: Top Right Bottom Left } //area  {outline: none}

// ss_box defines the bounding div for the entire display- use to define borders, fill, etc.
// rss_title the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles
// rss_items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
// rss_item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
// rss_item a: variant for the item title and link style
// rss_date defines the display of item posting dates



body {font-size:9px; font-family:  tahoma, geneva, arial, sans-serif; color: #000000}


form { margin: 0px; border: none; }

td {font-size:9px; font-family:  tahoma, geneva, arial, sans-serif; color: #000000}

.title {font-size:11px; font-family:  tahoma, geneva, arial, sans-serif; color: #000000}


ul {font-size:9px; line-height: 12px; font-family: tahoma, arial, helvetica, sans-serif; color: #000000; padding:0; margin: 0;}
li {font-size:9px; line-height: 12px; font-family: tahoma, arial, helvetica, sans-serif; color: #000000; list-style: square outside; margin: 0 0 5 15;}





a         {font-size: 11px; font-family:  tahoma, geneva, arial, sans-serif; font-weight: normal; color: #000997; text-decoration: underline} 
a:link    {font-size: 11px; font-family:  tahoma, geneva, arial, sans-serif; font-weight: normal; color: #000997; text-decoration: underline} 
a:visited {font-size: 11px; font-family:  tahoma, geneva, arial, sans-serif; font-weight: normal; color: #000997; text-decoration: underline} 
a:hover   {font-size: 11px; font-family:  tahoma, geneva, arial, sans-serif; font-weight: normal; color: #0000FF; text-decoration: none} 
a:active  {font-size: 11px; font-family:  tahoma, geneva, arial, sans-serif; font-weight: normal; color: #000997; text-decoration: underline} 


