 @import "text.css"; 




#menubar {
  display: none;
}


html {
  overflow: auto;
}

body {
  width:100%;
  background:#ffffff;
  border: 0;

  margin: 0;
  overflow: visible;
}

#content {
  width:100%;
  background:#ffffff;
  border: 0;

  margin: 0;
  overflow: visible;
}

#menubar {
  display: none;
}


html {
  overflow: auto;
}

body {
  width:100%;
  background:#ffffff;
  border: 0;

  margin: 0;
  overflow: visible;
}

#content {
  width:100%;
  background:#ffffff;
  border: 0;

  margin: 0;
  overflow: visible;
}

#menubar {
  display: none;
}

body {
  margin: 5px;
  overflow: visible;
  height: auto;
  width: auto;
}

html {
  height: auto;
  width: auto;
  overflow: auto;
}

#content {
  width:100%;
  background:#ffffff;
  padding: 0;
  margin: 0;
  overflow: none;
}



