/* Use parchment background
   Set text to brown
   make largest heading blue and centered, make all other headings green and make all bold blue*/

   BODY {background-image: url(jpgfiles/parchmtl.jpg); color: #3D0E00}
   H1 {color: #0000BB; text-align: center}
   H2, H3, H4, H5, H6 {color: #006600}
   B {COLOR: #0000BB}
   P.indent {margin-left: 1 cm;
             margin-right: 1 cm}
  



