body {
   background: white;
   background-image: none;
   font-size: 12pt;
   }
.menu {
   display: none;
   }
.footer {
   display: none;
   }

.text {
   background: white;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   padding-top: 1em;
   }

a:link, a:visited {
   color: #000;
   background: transparent;
   text-decoration: underline;
   }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #000;
}
h2 {
	font-size: 18pt;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000; 
	font-weight: bold
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000;
}

h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
}

p, ul, ol, dd, td, div {
	color : black;
	font-family : Times, Serif;
	font-size : 12pt;
}

img	{
	display: block;
	border: 0;
}
