html {
  background: #2d282c url(zm_bg.jpg) no-repeat left top;
  font-family: arial;
  color: white;
}

body {
  padding: 25px;
  font-size: 13px;
}

ul {
  padding: 10px 0;
  list-style-image: url(ZM_bullet.png);
}

li {
  margin-left: 20px;
}


a {
  color: #ece561;
  text-decoration: none;
  border-bottom: #ece561 1px dotted;
}