@charset "utf-8";
/* The article CSS file for a general page of the ESTI Consulting Services Inc. website.
   Contains styles for the article components for the different page divisions. */

/* ARTICLE COMPONENTS */

.rss_feed {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 30px 30px 40px;
}

.rss_feed strong {
}

.rss_feed h3 {
	font-size:17px;
	color:#C6BF6F;
	/*color:#D5D397;*/
	padding:0px 0px 5px 0px;
}

.rss_feed h4 {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

.rss_feed p,td,li {
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin:0px 0px 0px 0px;
}

.rss_feed td {
    height:0px;
}
.rss_feed li {
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.rss_feed a {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}


