/*---------------------------------------------------------------
Basic CSS file for Winchester Scholarship Fund

Colors:     #d0d6cd medium grey
            #000    black
            #318097 teal
---------------------------------------------------------------*/
body
{
  background: #d0d6cd;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
}
h1
{
  font-size: 2em;
}
p#copyright
{
  font-style: italic;
}

