/* make all body text dark blue 12-point Arial with 16-point vertical spacing between lines of text and 10-point margins.  Use the dark blue background.
*/
body {font: 10pt Arial;
      font-weight: bold;
      color: 000040;
      background: url(graphics/blueback4.jpg);
      line-height: 24pt;
      margin-left 10pt;
      margin-right: 10pt;}
      
 /* Indent paragraphs */
 p {margin-left: 24pt;
    margin-right: 24pt;}
    
/* Make heading Lucida Sans Bold with generous line spacing.
   If user doesn't have Tahoma, use Century Gothic.
*/
h1 {font: 24pt Lucida Sans, Century Gothic;
    font-weight: bold;
    line-height: 30pt;}

h2 {font: 18pt Lucida Sans, Century Gothic;
    font-weight: bold;
    line-height: 24pt;}

/* Make all links red.
   No underline on links
*/
a:link {color: ffd700}
a:visited {color: ffc125;}
a:active {color: violet;}
a {text-decoration: none};

