body {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size  : 11px;
  background : #FFFFFF;
  margin: 0px;
}

.menuScreen {
    display:none;
}

.menuPrint {
    display:block;
}

.homeContent {
    margin: 0 auto;
    width: 541px;
    background-color: white;
    background-repeat: repeat-y;
    background-position: 0 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.textTitle {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size  : 28px;
  color : black;
  font-weight: bold;
  text-decoration: underline;
}

.textContent {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size  : 18px;
  color : black;
}