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

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

p, blockquote {
margin:0px;
}


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

th, td {
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}    

strong{
  font-size:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}