
f1  { font-family: Arial; font-size: 10px }
f2  { font-family: Arial; font-size: 12px }
f3   { font-family: Arial; font-size: 18px }

/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */
     
.rss_box {
	width: 268px; 
	background-color: #CCCCCC;
	table.center {margin-left:auto; margin-right:auto;}
	body {text-align:center;}
}
.rss_items {list-style:none; margin:7px; padding:3;}
.rss_item {font-size: 12px; font-family: sans serif; margin-bottom: 1em;;}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {}
.rss_item a:hover { }
.rss_date {font-size:10px;}
