  #menu {
    display: none;
  }

  .noprint {
    display: none;
  }

  a {
    font-weight: bold;
    color: #080;
  }

  a:hover {
    font-weight: bold;
    color: #040;
  }

.notice {
  text-align: justify;
  color: black;
  background: #f7f7f7;
  border: 1px solid #226;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.comment {
  color: #000;
  background: #f0f0ff;
  border: 1px solid #666;
  padding: 2px;
}

.date {
  text-align: right;
}

.label {
  font-weight: bold;
}

.downloadnow {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
