/* These styles ae intended for all pages */
h1 {font-family: sans-serif; color: red}
h2 {font-family: sans-serif; color: blue}
.name {font-family: sans-serif, Time New Roman, serif; font-style: normal;
         font-size: 110%; font-weight: bold; color: maroon}
.link {font-size: 120%; font-style: normal; font-family: "Lucida Bright", "Time New Roman", serif;}
.org {font-style: normal; font-family: sans-serif; font-size: 110%;
        font-weight: bold; color: #FF00FF}
.notice {font-size: 80%; font-style:normal}

/* This style is used for the text of a mail-to link. In most cases */
/* it is generated automtically in JavaScript code */
.mail {font-family: sans-serif, Time New Roman, serif; font-style: italic;
         font-size: 110%; font-weight: bold}

/* This style is used for the text of a phone number. */
.phone {font-family: sans-serif, Time New Roman, serif; font-style: normal;
          font-size: 110%; font-weight: bold}

/* These styles are used on the front page only, so far */
.start {font-size: 130%; font-style: normal; font-family: sans-serif }
.spcl { color: blue; background-color: yellow; font-size: 120% }

/* The following styles are intended for the "news" section on the front */
/* page of the web site. */
.newsttl {font-size: 170%; font-style: normal; font-family: sans-serif;}
.newsttl2 {font-size: 115%; font-style: normal; font-family: sans-serif; font-weight: bold}
.news {font-style: normal; font-family: sans-serif;}

/* Styles for the Harvest House Tour */
.hhclr { color: #509286 }
.hhbclr { background-color: #509286 }
.hhlrg { font-family: sans-serif; font-size: 120%; }

/* Styles for form error messages */
.formErrors { font-family: sans-serif; color: red; font-weight: bold; }
