/**
 * Main CSS file
 * @author  Phil Wilding
 * @company Advocy
 * @version 1.0
 * @CSSVER  2
 * @IEHACKS 1
 */

* {
  padding: 0px;
  margin: 0px;
  border-style: none;
  color: black;
  font-family: Arial, sans-serif;
  text-align: left;
}

body,div,td,tr,table,dd
{
  font-size: 0px;
}

body  {
  background-color: white;
  margin: auto;
  text-align: center;
}

.block  {
  display:block; float:left;
}
