/* ----- The following classes are used for standard page appearance ----- */
 
#page_title {
     text-align: center;
     /*   font-family: geneva, arial, helvetica, sans-serif;   */
     font-family: "Monotype Corsiva", "URW Chancery L", Vijaya, "Brush Script MT Italic", "Lucida Calligraphy", cursive;
     /* Monotype Corsiva is common on Windows platforms and Macs.  It matches the graphic "St. James' Episcopal Church" in the header */
     /* URW Chancery L is the Unix equivalent of Monotype Corsiva */
     /* Vijaya is found on Wndows 7 platforms */
     /* "Brush Script MT Italic" and "Lucida Calligraphy" are on Macs */
     font-size: 45px;
     font-weight: bold;
     font-style: italic;
     color: #3399FF;
     text-decoration: none;
     text-shadow: 1px 1px 1px #AAA;
 }

#page_subtitle {
     text-align: center;
     font-family: geneva, arial, helvetica, sans-serif;
     font-size: 20px;
     font-weight: bold;
     font-style: italic;
     color: #3399FF;
     text-decoration: none;
 }

/* ----- End of classes for standard page appearrance ----- */



