/* Make all body text maroon-colored 12-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use parchmnt.gif as the background.
*/
BODY {font-size: 14pt;
      font-family: "Times New Roman";
      text-align: center;
      color: #46A5D3;
      background: url(pictures/DarkGrey.jpg); 
      background-attachment: fixed; }

td {background-color: #000000; 
    text-align: center;
    font-size: 14pt; }


A {color:#99CCFF; text-decoration:none} a:hover {color:#46A5D3;} a:vlink {color:#99CCFF;} .body {font-family: "Arial"; font-size: 14px}



/* Make headings Prose Antique bold with generous line spacing.
   If user doesn't have Prose Antique, use Lucida Handwriting.
*/
H1 {font: 24pt "Times New Roman";
    font-weight: bold;
    line-height: 30pt;}

H2 {font: 18pt "Times New Roman";
    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}

