/* Styles for the Chapel Forge Web site */

body {
     margin:auto 1em;
/*     background:#FFCCCC; */
     background:#99CCFF;
     color:black;
     font-family:"arial";
     }
.alert
     {
     font-size:medium;
     font-weight:bold;
     font-family:CentSchbook Mono BT",courier,monospace;
     text-align:center;
     color:#FF0000;
     background-color:#FFFFE0;
     border: outset red;
     }
H1.home
     {
     font-weight:bold;
     font-family:arial;
     color:#993300;
     text-align:center;
     background:transparent;
     }
H2.page
     {
     color:#000000;
     font-weight:normal;
     font-family:arial;
     text-align:center;
     background:transparent;
     }
H2.head
     {
     color:#000000;
     font-weight:bold;
     font-family: arial;
     text-align: center;
     background:transparent;
     }
P.head
     {
     color:#000000;
     font-weight:lighter;
     font-family:arial;
     text-align:center;
     background:transparent;
     }
TD.home
     {
     border:groove 0.5em;
     border:outset #4169E1;
     }
H3
     {
     color:#000000;
     font-family:arial;
     background:transparent;
     }
.program
     {
     font-weight:bold;
     font-size:large;
     font-style:normal;
     font-family:serif;
     text-align:center;
     }
P.footer
     {
     color:#993300;
     font-size:small;
     text-align:right;
     background:transparent;
     }
P.weather
     {
     font-family:arial;
     font-weight:lighter;
     font-size:small;
     }
CITE
     {
     font-style:normal;
     text-decoration:underline;
     }
