/* CSS Document */

body {
  background-color: white !important;
  }
div#main {
  width: 660px;
  }
.menu {
  display: none !important
  }
div#text {
  margin: 1em !important;
  }
  
.onlyOnline {
  display: none;
  }
.onlyPrint {
  display: inline;
  }
