/* Copyright (c) EventsGalore.net LLC. All Rights Reserved. */

/* Set the font for the entire site. Announcements, too (style_sheet*.css). */

BODY, P, TABLE, TD, TH, UL, OL, LI, CENTER, ADDRESS, B, I {font-family: "Comic Sans MS", "Comic Sans Ms (Microsoft)", Tekton, Verdana, Arial, "Saturday Sans ICG", "Book Antiqua", "Times New Roman", "Times (Adobe)"; color: #000000}

.font1 {font-family: Goudy, "Galliard BT", "Kaufmann BT", Tahoma, "Times New Roman", "Times (Adobe)"; color: #9900ff}
/* Purple was 9900cc, 9966cc, cc99ff (script used) */
.font2 {color: #9999cc}
.font3 {color: #9900ff}

/* Make all 1 and 2 headers purple, and center them: */
H1, H2 {font-family: Goudy, "Galliard BT", "Kaufmann BT", Tahoma, "Times New Roman", "Times (Adobe)"; color: #9900ff; text-align: center}

/* Make all other headers purple, and left justify them: */
H3, H4, H5, H6 {font-family: Goudy, "Galliard BT", "Kaufmann BT", Tahoma, "Times New Roman", "Times (Adobe)"; color: #9900ff; text-align: left}

/* Set the background color for the site: */
/* Was ffff99 (yellow), aaccee */
BODY {background-color: #ffffff}

/* A:hover { color: #ff66ff; } */
