/* To use this style sheet insert
 <link rel="stylesheet" type="text/css"
href="http://www.geocities.com/skydivebogangar2004/textstyle.css" />
into the head of your page
 Make all body text Comic Sans MS marooncolored 12-point 
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use parchmnt.gif as the background.
*/
BODY {font-size: 12pt;
      font-family: "Comic Sans MS";
      color: maroon;
      background: url(images/jump.gif);
      line-height: 14pt;
      margin-left: 10pt;
      margin-right: 10pt;}

/* Indent paragraphs */
P {margin-left: 24pt;
   margin-right: 24pt;}

/* Make headings Impact bold with generous line spacing.
   If user doesn't have Prose Antique, use Trebuchet MS Bold.
*/
H1 {font: 24pt "Impact" "Impact";
    font-weight: bold;
    line-height: 30pt;}

H2 {font: 18pt "Trebuchet MS Bold" "Trebuchet MS Bold";
    font-weight: bold;
    line-height: 22pt;}

/* Format footnotes as 9-point Book Antiqua, and center them. */
DIV.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}

