﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#feedBox {
	color: #FFF;
	font-size: 95%;
}
#feedBox a {
	color: #8ed6ff;
}
#feedBox a:hover {
	color: #ffffff;
}
/* slightly larger section header title */
#feedControl .gfc-resultsHeader .gfc-title {
	font-size : 120%;
	color: #ffffff;
	text-transform: uppercase;
}
/* Suppress everything except for title */
#feedControl .gf-snippet, #feedControl .gf-author, #feedControl .gf-spacer {
	display : none;
}
/* no padding between entries */
#feedControl .gfc-result {
	margin-bottom : 0;
}
#feedControl .gf-relativePublishedDate {
	font-size: 85%;
}
