/* Phill's CSS Reset */
body {
  width: 1000px;
  padding: 0;
  margin: 10px auto;
  line-height: 0;
  color: black;
  background: white;
  font: normal 100% Arial, Helvetica, Verdana, Times;
}

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

p {
  padding: 5px;
  margin: 0px;
}

form, 
form input {
  padding: 0;
  margin: 0;
}


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

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

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline !important;
}

a img {
  border: none;
}