* {
  margin: 0;
  padding: 0;
}
hr {
  display: block;
  border: none;
  border-top: 1px solid #fff;
  clear: both;
  height: 0;
  visibility: hidden;
}
body {
  background: #fff;
  color: #7e7c68;
  font: normal 14px/1.2em helvetica, arial, verdana, sans-serif;
  margin: 4em;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em;
}
a {
  color: #7e7c68;
  text-decoration: none;
}
#c-m a {
  text-decoration: underline;
}
a:hover {
  background: #7e7c68;
  color: #fff;
}

a img {
  border: none;
}

ul {
  list-style: none;
}
dd {
  margin-bottom: .5em;
}
dd, dt {
  display: inline;
}
dt {
  font-weight: bold;
}