/* Make body text light grey.
   The background should be maroon, and Image1.jpg should be used to tile it.
*/
body         { color: #d0d0d0;
               background-color: #88123f;
               background-image: url(Image1.jpg);
               margin-left: 35pt;
             }

div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl         
             { color: #d0d0d0;
             }

/* Inverse video
*/
.inverse     { color: #88123f;
               background-color: #d0d0d0;
             }

/* Flashing inverse video
*/
.invflash    { color: #88123f;
               background-color: #d0d0d0;
               text-decoration: blink;
             }

/* Larger font size which is also justified
*/
.largerjust  { font-size: 105%;
               letter-spacing: 0.05em;
               text-align: justify;
             }

/* First level headings should use News Gothic MT font.
*/
h1         { font-size: 24pt;
             font-family: News Gothic MT;
             font-weight: bold;
           }

/* Second level headings should use Arial or Helvetica fonts.
*/
h2         { font-size: 18pt;
             font-family: Arial, Helvetica;
             font-weight: bold;
           }

/* Third level headings.
*/
h3         { font-size: 14pt;
             font-weight: bold;
           }

/* Fourth level headings.
*/
h4         { font-size: 12pt;
             font-weight: normal;
             text-decoration: underline;
           }

/* Make webring links maroon.
   Make webring hover links dark pink.
   Make webring active links light pink.
   Make webring visited links dark maroon.
*/
a.webring:link     { color: #ff0066; }
a.webring:hover    { color: #ff3399; }
a.webring:active   { color: #ff66cc; }
a.webring:visited  { color: #920049; }

a.webring:link    img { border-color: #ff0066; }
a.webring:hover   img { border-color: #ff3399; }
a.webring:active  img { border-color: #ff66cc; }
a.webring:visited img { border-color: #920049; }

/* Make links yellow.
   Make hover links pale orange.
   Make active links orange.
   Make visited links dark yellow.
*/
a:link     { color: #ffff00; }
a:hover    { color: #ffcc00; }
a:active   { color: #ff9900; }
a:visited  { color: #a8a800; }

a:link    img { border-color: #ffff00; }
a:hover   img { border-color: #ffcc00; }
a:active  img { border-color: #ff9900; }
a:visited img { border-color: #a8a800; }

/* Make highlighted text white.
*/
.hilite    { color: #ffffff; }

/* Display text in hyperlinks using Arial or Helvetica fonts.
*/
.linktext  { font-size: 10pt;
             font-family: Arial, Helvetica;
             font-weight: bold;
           }

/* Display italic text using Lucida Calligraphy, ProseAntique or Lucida Handwriting fonts.
*/
.slanttext { font-size: 12pt;
             font-family: Lucida Calligraphy, ProseAntique, Lucida Handwriting;
             font-style: italic;
           }

/* Display green ticks and red crosses using Monotype Sorts font
*/
.greentick { font-family: Monotype Sorts, Webdings;
             color: #00ff00;
           }
.redcross  { font-family: Monotype Sorts, Webdings;
             color: #ff0000;
           }

/* Display graphics in Wingdings font.
*/
.graphwing { font-family: Wingdings;
           }
