body {
     background-color: black;
     font-family: monospace;
     font-size: 100%;
     color: rgb(0,220,0);
}

input {
      color: rgb(0,220,0);
      background-color: black;
      font-family: monospace;
      border: 1px solid black;
      font-size: 100%;
}

a:link {
       font-family: monospace;
       color: rgb(0,255,0);
}
a:visited {
	  font-family:  monospace;
	  color: rgb(0,180,0);
}

h1 {
   font-family: monospace;
   font-size: 100%;
   font-weight: bold;
   color: rgb(0,220,0);
   text-align: center
}
h2 {
   font-family: monospace;
   font-size: 100%;
   color: black;
   background-color: rgb(0,220,0);
   text-align: center
}

h3 {
   font-family: monospace;
   font-weight: bold;
   font-size: 100%;
   color: rgb(0,220,0);
}


ol {
   list-style-type: decimal-leading-zero;
   font-family: monospace;
   color: rgb(0,200,0);
}

