html{
width: 100%;
}

body{
background: white;
text-align: left;
color: black;
font-size: 11pt;
line-height: 125%;
border: 0;
border-top: 0;
margin: 0;
padding: 0; 
font-family:Verdana, Helvetica, Arial, sans-serif;
width: 90%;
}

#menu,
#footer{
display: none;
}

#document{
width: 90%;
border: 0;
border-top: 0;
padding: 0;
margin: auto;
background: white;
background-image: none;
color: black;
}	

#content{
width: auto;
margin: 0;
padding: 0;
border: 0;
border-top: 0;
float: none;
color: black;
background: transparent none;
}

a{
color: black;
text-decoration:none;
}