/*
This file is the style sheet for the entire Bay Creek web site. 
Anything that is site-wide can go into here to give us a consistent
feel throughout the site.  Things like font family, background color,
and header styles can go in here.

All files should include the following line in the header area to use this:
    <link rel=stylesheet type="text/css" href="style.css">
*/

/* Set the font family for the entire site: */
BODY, P, TR, TH, TD, B, I, LI, UL, OL, FORM, CENTER, BIG, SMALL {font-family: "Comic Sans MS", "Tekton", "Arial", "Book Antiqua", "Times New Roman"; color: #000000 }

/* Make all level 1 and 2 headers blue, and center them: */
H1, H2 {font-family: "Whimsy ICG", "Tekton", "Arial", "Book Antiqua", "Times New Roman"; color: #0000ff; text-align: center }
/* Make all other headers blue, and left justify them: */
H3, H4, H5, H6 {font-family: "Saturday Sans ICG", "Tekton", "Arial", "Book Antiqua", "Times New Roman"; color: #0000ff; text-align: left }

/* Set the background color for the site: */
BODY {background-color: #8cc6ff}

