* {
  margin:0;
  padding:0;
  border:0;
}
body {
  background-color:#000000;
  color:#00e600;
  font-family:"Terminal", monospace;
  max-width:600px;
  margin-right:auto;
  margin-left:auto;
}
a {
  color:#00e600;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
  color:#000000;
  background-color:#00e600;
}
h1 {
  font-family:"Brush Script MT", cursive;
  font-size:40px;
}
p {
  margin-top:1em;
  margin-bottom:1em;
}
.pGraph1 {
  margin-top:0;
}
hr {
  margin:0;
  padding:0;
  border:0;
  height:1px;
  background-color:#006600;
}