/* --------------------------------------------------------------- */
/*    Standard style sheet for Kendra Electronic Wonderworks       */
/*    web pages.                                                   */
/*                                                                 */
/*    Copyright 1998 by Kendra Electronic Wonderworks, all         */
/*    rights reserved.                                             */
/* --------------------------------------------------------------- */

   STRONG { color : red; }
   BODY {
                color:  navy;
                background-color : #f2f2f2;
                font-family:
                             "Comic Sans MS"
                             Arial,
                             sans-serif;
        }
   H1   {
                font-family: "Bookman Old Style",
                             "Times New Roman",
                             serif,
                             "Times";
                text-align: center;
                color : teal;
        }
   H2, H3, H3, H4, H5, H6
        {
                font-family: "Bookman Old Style",
                             "Times New Roman",
                             serif,
                             "Times";
                color : black;
        }
   pre  {
                font-family: "courier",
                             "serif" ;
        }
