   body,p {
    background-color: black;
    color: rgb(0,240,0);
    font-family: monospace;
   }
   a {
     text-decoration:none;
     color: rgb(240,240,0);
     background-color: black;
   }
   a:hover {
 	text-decoration: underline;
   }
   h1 {
	font-size:36pt;
	font-weight:bold;
	margin-top:.5em;
	margin-left:.5em;
	margin-right:0;
	margin-bottom:0;
   }
   h2 {
        margin-top: .5em;
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 0;
   }
   h3 {
        margin-top: .5em;
        margin-left: 2em;
        margin-right: 1em;
        margin-bottom: 0;
   }
   p {
	margin-top:.5em;
	margin-left:5em;
	margin-right:1.5em;
	margin-bottom:.5em;
  }
