body {
  width: 18cm;
}

#navigation,
#sub-navigation {
  display: none;
}

p, td, div {
  font-family: Arial, sans serif;
  line-height: 140%;
  color: #000;
  }

p, td, li {
  font-size: 10pt;
}

#content p {
  text-align: justify;
}

h3 {
  font-size: 12pt;
}

#print,
#technique {
  display: none;
}

.float-left {
    margin: 5px 15px 5px 0px;
    float: left;
}

.float-right {
    margin: 5px 0px 5px 15px;
    float: right;
}

fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

#footer {
    clear: both;
}

#content .right {
    text-align: right;
}

#content .center {
    text-align: center;
}

img {
    padding: 2px;
    border: #000 1px solid;
}

form {
  display: none;
}

div.portrait {
    text-align: center;
    width: 8cm;
    float: left;
    margin-top: 10px;
}

