BODY      {
            color: "white";
            background: url(img/water.jpg) repeat scroll;
          }

A:active  { color: red;  font: italic bold 12px tahoma,arial,helvetica,helv,sans-serif; }
A:hover   { color: red;  font: italic bold 12px tahoma,arial,helvetica,helv,sans-serif; }
A:link    { color: blue; font:             12px tahoma,arial,helvetica,helv,sans-serif; }
A:visited { color: blue; font:             12px tahoma,arial,helvetica,helv,sans-serif; }

A:active.biglinx  { color: red;  font: italic large tahoma,arial,helvetica,helv,sans-serif; }
A:hover.biglinx   { color: red;  font: italic large tahoma,arial,helvetica,helv,sans-serif; }
A:link.biglinx    { color: blue; font: italic large tahoma,arial,helvetica,helv,sans-serif; }
A:visited.biglinx { color: blue; font: italic large tahoma,arial,helvetica,helv,sans-serif; }

A:active.embed  { color: red;  font: bold medium tahoma,arial,helvetica,helv,sans-serif; }
A:hover.embed   { color: red;  font: bold medium tahoma,arial,helvetica,helv,sans-serif; }
A:link.embed    { color: black; font: bold medium tahoma,arial,helvetica,helv,sans-serif; }
A:visited.embed { color: black; font: bold medium tahoma,arial,helvetica,helv,sans-serif; }

/* 1st bg color was rgb(252,219,0), then rgb(246,220,128)   */

/* -------- banner is the page header atop every page (except thumbnail & individual photo pages) */
DIV.banner { 
            padding-left: 20px; padding-top: 24px;
            margin-top: 26px;  margin-left: 26px; border: 4px double red;
            width: 720px ; height: 183px;
            background: rgb(240,222,176); text-align: left; color: blue; 
            font-style: normal; font-size: xx-large; font-weight: bold;
            font-family: "bookman old style", clerface-bold, garamond, "lucida bright", "century schoolbook",
                  schoolbook, "times new roman", times, serif;
           }
/* -------- banner_photos is the page header atop every thumbnail & individual photo page */
DIV.banner_photos { 
            padding-left: 20px; padding-top: 12px;
            margin-top: 18px;  margin-left: 26px; border: 4px double red;
            width: 812px ; height: 165px;
            background: rgb(240,222,176); text-align: left; color: blue; 
            font-style: normal; font-size: xx-large; font-weight: bold;
            font-family: "bookman old style", clerface-bold, garamond, "lucida bright", "century schoolbook",
                  schoolbook, "times new roman", times, serif;
           }
/* -------- navbar is a vertical bar just under the banner (except on thumbnail & individual photo pages) */
DIV.navbar { 
            padding: 3px 0; width: 756px; border: 0;
            margin-left: 26px; margin-top: 3px;
            text-align: left;
           }
/* -------- navbar_photos is a vertical bar just under the banner on every thumbnail & individual photo page */
DIV.navbar_photos { 
            padding: 3px 0; width: 848px; border: 0;
            margin-left: 26px; margin-top: 3px;
            text-align: left;
           }
/* -------- main is the text area of home(index) & officers pages */
DIV.main   { 
            text-align: left; font-size: medium;
            padding: 32px 42px 0 42px; 
            margin-left: 26px; border: 4px double red;
            width: 656px; 
            background: rgb(240,222,176); color: black;
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- main_center is the text area of events & links pages */
DIV.main_center  { 
            width: 656px; padding: 32px 42px 0 42px; 
            text-align: center; font-size: large;
            margin-left: 26px; border: 4px double red;
            background: rgb(240,222,176); color: black;
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- main_photos is the text area of the photos (albums) page */
DIV.main_photos  { 
            width: 732px; padding: 32px 4px 0 4px; 
            text-align: center; font-size: large;
            margin-left: 26px; border: 4px double red;
            background: rgb(240,222,176); color: black;
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- main_photos_each is the text area of all thumbnail & indiv. photos */
DIV.main_photos_each  { 
            width: 828px; padding: 9px 4px 0 4px; 
            text-align: center; font-size: large;
            margin-left: 26px; border: 4px double red;
            background: rgb(240,222,176); color: rgb(185,52,7);
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H1 - Titles (1) */
H1         { 
            color: #000060; text-align: center;
            font-style: normal; font-size: xx-large; font-weight: bold;
            font-family: bookman old style, clerface-bold, garamond, lucida bright, century schoolbook,
                  schoolbook, times new roman, times, serif;
           }
/* -------- H2 - Titles (2) */
H2         { 
            color: rgb(185,52,7); text-align: center;
            font-style: normal; font-size: 14pt; font-weight: bold; font-style: italic;
            font-family: bookman old style, clerface-bold, garamond, lucida bright, century schoolbook,
                  schoolbook, times new roman, times, serif;
           }
/* -------- H4 - Horizontal Links at bottom of all pages */
H4         {
            margin-top: 3em;
            color: blue; text-align: center;
            font-style: normal; font-size: small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H5 - Name & Address at bottom of all pages */
H5         {
            color: black; text-align: center;
            font-style: normal; font-size: small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H6 - Revision Date & Authorship at bottom of all pages */
H6         {
            color: black; text-align: center;
            font-style: normal; font-size: x-small; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
