/* css style-sheet  rovesite.css  20081206

Copyright (c) 2008 by Mark Herson, N2MH.
All Rights Reserved.

This is the master style sheet for the N2MH RoveSite Locator

*/
body
   {
   font-family: Trebuchet MS, Tahoma, sans-serif;
   font-size: 100%;
   }

td
   {  
   text-align: center;
   }

/* Shading for Fred Fish Memorial Award grids */
td.ff
   {
   background-color: #dddddd;
   }

table.ff td
   {
   background-color: #dddddd;
   }

table.ff td.notff
   {
   background-color: #ffffff;
   }
