BODY {
  background: #000000;
  margin: 0px;
  color: white;
}

A {
  color: white;
  text-decoration: none;
}

A:hover {
  color: red;
  text-decoration: underline;
}

.desc {
  font-family: Verdana;
  font-size: 11px;
}

.title {
  background: black;
  font-family: Impact;
  font-size: 20px;
  color: white;
}

.bobcontent1-title {
  font-family: Verdana;
  font-size: 11px;
  text-decoration: bold;
  color: white;
}
