body {
      background-color: black;
      background-image: url("http://geocities.ws/wbrill23/images/black_slate.jpg")
}

h1   {
      color: white;
      font-family: 
      font-size: 
}

h2   {
      color: 
      font-family: 
      font-size: 
}

p   {
      color: white;
      font-family: Tahoma;
      font-size: 10pt;
      text-align:
}

a:link {
      color:  
      background-color: transparent; 
      text-decoration: none;
      font-family: Tahoma;
      font-size: 10pt;
}

a:visited {
      color: 
      background-color: transparent;
      text-decoration: none;
}

a:hover {
      color: 
      background-color: transparent;
      text-decoration: none;
}

img {
      border-radius: 50px;
      margin: auto;
}