
body {
       color: #99CCFF; 
       background-color: black; 
       line-height: 1.3em;
       font-size: large; 
       font-family: Verdana;
       white-space: normal;
       text-align: center;
 }

a {
  color: white;
  text-decoration: underline;
  font-size: 11px;
 }

a:hover {
  text-decoration: none;
 }

h1 {
  color: #99CCFF; 
  font-size: 18px;
  font-style: bold;
  margin: 10px;
  padding: 5px;
 }

p#1 {
  font-size: 11px;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
 }

p#2 {
  font-size: 11px;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin: 0;
 }

