body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
#language {
	display:none;
}
#logo {
	display:none;
}
#container, #text {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#text {
   margin-left: 10%;
   padding-top: 1em;
   }
div#text img {
   vertical-align: bottom;
   }
a:link, a:visited, a:active {
   color: #0071bc;
   background: transparent;
   text-decoration: underline;
   }
#text a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
#footer {
	background: white;
    font-size: 7pt;
	float: left;
	padding-left: 85px;
	text-align: left;
}