body{  
	 font-family: Verdana;
	 font-size: 12px;
	 color: #000000; 
	 LEFTMARGIN:0;
	 TOPMARGIN:0; 
	 MARGINWIDTH:0; 
	 MARGINHEIGHT:0
	 }
h3{  
	 font-family: Verdana; 
	 font-size: 14px; 
	 color: #ff0000
	 }	 
h2{  
	 font-family: Verdana; 
	 font-size: 18px; 
	 color: #008000
	 }	 
	 
li{  
	 font-family: Verdana; 
	 font-size: 12px; 
	 color: #000000
	 }
ol{  
	 font-family: Verdana; 
		font-size: 12px; 
		color: #000000
	}
table{  
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000
	}
td{  
	font-family: 
	Verdana; 
	font-size: 12px; 
	color: #000000
	}
a:active{
	 font-family: Verdana; 
	 font-size: 12px; 
	 color: #000000
	 }
a:link{  
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000}
a:visited{  
	font-family: Verdana; 
	font-size: 12px; 
	color: #000000
	}
/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 
	 
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:normal;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;  color: #cc0000;

}

.rss_items {
width=179
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : normal; 
  margin: 10px 0; 
  color:red;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px dotted #006600;
	color: black;
	background-color: #white;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 8px;
	font-weight : normal;
	color: green;
	}