/* begin styles for RSS Feed */
/* for parser of Maricopa Community Colleges */

.rss_box {
	 margin: 5px 5px;
	 padding: 4px 16px;
	 background-color: #FCFCFC; 
	 border: 2px dashed #CCCCEE;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 120%;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  list-style-image : url(/XML/images/arrow_closed.gif);
}
.rss_itemsORG {
  list-style-image : url(http://robkalkman.no-ip.org/~rkalkman/XML/images/arrow_closed.gif);
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 70%;
  font-weight : normal; 
  margin: 8px 0;
  text-align: left;
}

.rss_item a:link {
	font-size: 120%;
	text-decoration : none;
	font-weight : bold; 
	color: black;
	}

.rss_item a:visited {
	font-size: 120%;
	text-decoration : none;
	font-weight : normal; 
	color: black;
	}

.rss_item a:hover { 
	font-size: 120%;
	text-decoration : underline;
	color: #e0861e;
	}
	
.rss_date {
	font-size: 80%;
	font-weight : normal;
	color: #F60;
	}

