@charset "utf-8";
/* CSS Document */
#feeds .gfc-resultsHeader {
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	/* border-top: 1px solid #dddddd; */
	}
#feeds .gf-title{
	text-align: left;
	font-size: 90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
#feeds .gf-result{
	text-align: left;
	font-size: 75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
#feeds .gf-relativePublishedDate {
	display: none;
	}
	
#feeds .gf-snippet {
	display: none;
	}
	
#feeds .gf-author {
	display: none;
	}
#feeds .gf-spacer {
	display: none;
	}


 #feeds a {
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	text-decoration:none;
	text-decoration:none;/*	border-bottom:1px dashed #333333; */
}

 #feeds a:visited {
	color: #333333;
	text-decoration: none;
}
 #feeds a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom:1px dashed #990000;
}
 #feeds a:active {
	color: #990000;
	text-decoration: 	none;
	border-bottom:1px dashed #990000;
}

