   body *, table *,
            body
            {
                font-family: "Tahoma", sans-serif;
            }
            #feedControl
            {
                font-size: 11px;
                width : 230px;
              /*  background-color:#CCCCCC; */
            }
            /* Suppress everything except for title */
            #feedControl .gf-snippet
            {
                display:yes;
            }
            #feedControl .gf-author
            {
                display:none;
            }
            #feedControl .gf-spacer
            {
                display:none;
            }
            #feedControl .gf-relativePublishedDate
            {
                display : none;
            }
            /* decent padding at the bottom of each set of entries 
            #feedControl .gfc-results
            {
                padding-bottom : 3em;
            }*/
            /* no padding between entries */
            #feedControl .gfc-result
            {
                margin-bottom : 10px;
            }
/*             slightly larger section header title 
            #feedControl .gfc-resultsHeader .gfc-title
            {
                font-size : 120%;
                color:#224FBB;
            }
*/
            #feedControl .gfc-result .gf-title .gf-title
            {
                color:#999999;
            }
