/* CSS Document */

/* Sample Stylesheet */
body {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
  	}

/* spread main content across page */
div#body {
  left: 0; 
  top: 0; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  width: auto;
  color: black; 
  background-color: white;
}

/* hide all the screen-specific stuff:
   nav bar, even the site logo */
#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div11, #img, .img4, .table, .tanheadline, .tansmall, .top,
 { display: none; } 
.blacktext {
	color: #000;
}
