/* Phill's Minimal CSS Reset */
body {
  padding: 0;
  margin: 0 auto;
  color: black;
  background: white;
}

h1, h2, h3, h4, h5, h6 {
  padding: 10px 0;
  margin: 10px 0;
}

p, blockquote {
margin:0px;
padding:0px;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th, td {
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}    