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

a, p, li, table, td, tr, th, h1, h2, h3 {
  color: black;
  background-color: white;
  text-transform: none;
}

h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
p, td, th, li { font-size: 10pt; }
a { text-decoration: none; }
img, table, td, th { 
  border-color: black;
  margin: 1em 1em 1em 1em
}

div#header, div#footer, div#leftmenu, div#topmenu, div#navigation, .navtext {
  position: fixed;
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

a.block, a.block span {
  position: fixed;
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

p.file_pdf, p.file_odt, p.file_doc, p.filexls, p.file_tif, p.file_tif {
	display: list-item;
	list-style-image: none;
	
}
