@charset "utf-8";
/* Master CSS Document */
/* Drop the default formatting */
body {
  /* Center the page */
  margin:10px 0px; padding:0px;
  text-align:center;
  /* Set the general typeface */
  font:100%/1.25 "Trebuchet MS", Helvetica, sans-serif;
  line-height:150%;
}

/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
   margin:0px;
   padding:0px;
   font-weight:normal;
}

/*** Block level ***/
div {
   border: 0px;
   margin: 0px;
   padding: 0px;
}

/*** DEBUGGING ***/
.debug {
	border:1px solid red;
}

