body {
  font-family: sans-serif;
  background-color: black;
  color: silver;
  font-size: 12px;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 16px;
  
  width: 660px;
}

b {
  font-weight: normal;
  color: white;
}

a:link {
  color: silver;
}

a:visited {
  color: silver;
}

a:active {
  color: silver;
}

a:hover {
  color: white;
}

h1 {
  font-family: serif;
  color: white;
  font-size: 20px;
  letter-spacing: 4px;
}

h2 {
  font-family: serif;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}

input {
  color: white;
  background-color: black;
}

li {
  margin-top: 10px;
}

ul {
  margin-bottom: 20px;
}
