/*Main Text*/
body {
   font-family: "Times New Roman";
   font-size: 12pt;
   color: #00FF00;
   background-color: #000000}

/*Page Title*/
h1 {
   font-family: "Amethyst";
   font-size: 24pt;
   font-weight: not bold;
   text-align: center;
   color: #FF0000;
   background-color: #000000}

/*Subtitles*/
h2 {
   font-family: "Amethyst";
   font-size: 14pt;
   font-weight: not bold;
   color: #FF0000;
   background-color: #000000}

/**/

a:link {
color: #0000FF;
text-decoration: underline}

a:active {
color: #FF00FF;
text-decoration: underline}

a:visited {
color: #FF0000;
text-decoration: underline}

