* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial;
  font-size: 12px;
  background-color: #FFF;
  color: #222;
}

div#header, div#menu, div#left {
  display:none;
}

div#header-print {
  padding: 20px;
  margin-bottom: 20px;
}

div#content {
  padding: 20px;
}

div#content-text {
  margin-top: 20px;
}

h1 {
  font-weight: bold;
  font-size: 2.4em;
}

h2 {
  font-weight: bold;
  font-size: 2em;
}

h3 {
  font-weight: bold;
  font-size: 1.6em;
}

div#footer {
  margin: 20px;
  padding: 10px;
  border-top: 1px #333 solid;
  text-align: center;
}

div#content ul {
  margin-left: 24px;
  list-style: disc;
}
