/* Grace Bible Church
   Master web site style sheet
   Author: J.A.W.
   Last update: 30 December 2004 */

body
   {
      background: white;
      color: black;
      font-family: "sans-serif";
      font-size: 12pt;
      text-align: left
   }

h1
   {
      font-size: 225%
   }

h2
   {
      font-size: 175%
   }

h3
   {
      font-size: 125%
   }


h4
   {
      font-size: 100%
   }

h5
   {
      font-size: 75%
   }

img
   {
      border-width: 0
   }

p
   {
      /* Nothing for this tag. */
   }

br
   {
      /* Nothing for this tag. */
   }

strong
   {
      font-weight: bolder
   }

em
   {
      font-style: normal;
      text-decoration: underline
   }

cite
   {
      font-style: italic
   }

blockquote
   {
      font-style: italic
   }

code
   {
      font-family: monospace
   }

pre
   {
      font-family: monospace
   }

table
   {
      border-width: 1px;
      border-color: gray;
      border-style: solid;
      color: black;
      text-align: left;
   }

caption
   {
      font-size: 150%;
      font-weight: bold
   }

tr, th, td
   {
      border-width: 1px;
      border-style: solid;
      padding: 5px
   }

a:link
   {
      color: blue
   }

a:visited
   {
      color: darkblue
   }

a:active
   {
      color: red
   }


