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

h1, h2, h3, h4, h5, h6 {

}

p, blockquote {
 margin:0px;
 padding:0px;
 line-height: normal;
}

.billboards p,.billboards span,.billboards div{
  line-height: normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

th, td {

}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}