body {
	background: white;
	font-size: 12pt;
	color: #000000;
   }

#container {
	border: none;
   }   
   
#nav {
   display: none;
   }
   
#content {
   width: 60%;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
div#content {
   margin-left: 20%;
   padding-top: 1em;
   }

a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
