html, body {
  background: #FFFFFF;
}

body {
  padding: 16px;
}

.a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}

.withBullet {
  position: static;
  left: 0px;
  padding-left: 0px;
  background: none;
}

.withBulletLarge {
  position: static;
  left: 0px;
  padding-left: 0px;
  background: none;
}

h1, h2, h3, h4 {
  position: static;
  left: 0px;
  padding-left: 0px;
  background: none;
}

div.hr {
  background: none;
}

div.hr hr {
  border-color: #CCCCCC;
  display: block;
}

