@charset "utf-8";
/* CSS Document */
#feeds .gfc-resultsHeader {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
 /*	font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family:"Courier New", Courier, monospace;
	margin-top: 20px;
	padding-top: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	/*color: #114477; */
	color:#333333; 
	border-top: 1px solid #dddddd;
	letter-spacing: 1px;
	}
#feeds .gf-title{
	text-align: left;
	font-size: 100%;
	/*font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family:"Courier New", Courier, monospace;
	line-height: 150%;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #0066cc;
	/*color:#000000;*/
	}
#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: #0066cc;
	text-decoration: none;
	text-transform: none;
	text-decoration:none;
	text-decoration:none;/*	border-bottom:1px dashed #333333; */
}

 #feeds a:visited {
	color: #0066cc;
	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;
}

