body {
  color: #fff;
  font-family: Tahoma, Arial, "Times New Roman";
  font-size: 11px;
  margin-top: -10px;
  margin-left: -25px;
  text-shadow: #000 1px 1px 3px;
}

h1 {
  margin-bottom: -15px;
  font-family: Arial;
  letter-spacing: -1px;
  font-style: italic;
}

h2 {
  margin-bottom: -10px;
  font-family: Arial;
  font-size: 20px;
  letter-spacing: -1px;
  font-style: italic;
}

h3 {
  margin-bottom: -10px;
  font-family: Arial;
  letter-spacing: -1px;
}

hr {
  color: #fff;
  margin-bottom: -10px;
}

dd {
  margin-left: -0px;
}

.removed {
  color: red;
}

.added {
  color: lime;
}

.warning {
  color: orange;
}