   *
   * Note: the page has a single FeedControl that
   * is drawn in the <div> element whose id is "feedControl".
   */
  #feedControl, #feedControl2 {
    font-size: 10px;
    width : 184px;
	margin: 0px;
  }
  /**
   * Suppress everything except for title
   */
  #feedControl .gf-snippet,  
  #feedControl .gf-relativePublishedDate,  #feedControl2 .gf-snippet,  
  #feedControl2 .gf-relativePublishedDate  {
    /*display: none;*/
	font-size: .7em;
  }
  
  #feedControl .gf-spacer, #feedControl .gf-author, #feedControl2 .gf-spacer, #feedControl2 .gf-author  {
  	display:none;
	}
  /**
   * Padding at the bottom of each collection of entries
   */
  #feedControl .gfc-results,  #feedControl2 .gfc-results {
    padding-bottom : 0em;
  }
  /**
   * no padding between entries
   */
  #feedControl .gfc-result,  #feedControl2 .gfc-result {
    margin-bottom : 10px;
  }
  /**
   * Use a larger font size for section titles
   */
  #feedControl .gfc-resultsHeader .gfc-title, #feedControl2 .gfc-resultsHeader .gfc-title {
    font-size : .8em;	
  }
#feedControl a:link, #feedControl a:visited, #feedControl a:active,
#feedControl2 a:link, #feedControl2 a:visited, #feedControl2 a:active { color:#0033CC; background-color:#f7f7f7;display:block;font-size: .7em;  }
#feedControl a:hover, #feedControl2 a:hover { border-bottom: 2px dotted #CCCCCC; }

/*#feedControl2 a:link, #feedControl2 a:visited, #feedControl2 a:active { color:#336699; background-color:#CCFF66;display:block; }
#feedControl2 a:hover { border-bottom: 2px dotted #333333; }*/