/* Phill's CSS Reset */
body {
  width: 960px;
  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 {
}

br {
  height: 1em;
}

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

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

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

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline;
}
a img{
  border: 0px;
}