/* Body Text and Background Formatting */

body {font-size: 15pt;
      font-family: " Maiandra GD, Arial";
      color: black;
      background: url(Images/Decoration/Background.gif);
      line-height: 17pt;
      margin-left: 10pt;
      margin-right: 10pt;}


/* Indent Paragraphs */


/* Headings Formatting */

h1 {font: 34pt Maiandra GD, Arial;

    font-weight: bold;
    line-height: 30pt;}

h2 {font: 24pt Maiandra GD, Arial;
    color: black;
    font-weight: bold;
    line-height: 32pt;}



h3 {font: 18pt Maiandra GD, Arial;
    color: black;
    font-weight: bold;
    line-height: 22pt;}



/* Hyperlink Formatting */

a {text-decoration: none;}
a:link {color: blue;}
a:visited {color: purple;}
a:active {color: purple;}



/* Create Footnote Font*/

div.footnote {font-size: 9pt;
              font-family: "Arial";
              line-height: 12pt;}

