h3
{
margin-top: 0px;
font-size:12px; 
color:#000000; 
font-weight:bold;
}

h4
{
margin-top: 10px;
font-size:11px; 
color:#000000; 
font-weight:bold;
}

#feeds 
{
  display: inline;
  float: left;
  width: 150px;
 }

#content 
{
  padding-left:110px;
}

#loading 
{
clear:both;
text-align:left;
	padding: 5px;
	display:none; 
	z-index:100; 
	position:absolute;
	width: 100px;
	background-color: #F9F0AA;
	color: #000000;
	border: 1px solid #EBCD36;
	font-weight: bold;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	left: 50%;
	top: 400px;
}

.date 
{
  font-size: 10px;
  color: #999999;
}

#desc 
{
  padding-top:10px;
  color: #000000;
}
#title
{
padding-bottom:10px;
font-weight:bold;  
}
#feedContainer a,#feedContainer a:hover{
color:#000000;
text-decoration:underline;
}

#feedList a,#feedList a:hover{color:#000000;
text-decoration:underline;
}

