body{
  background-color: #FFF;
  font-size: 12pt;
}

.leftcontent { display: none; }
.rightcontent { display: none; }

#header {
  position: fixed;
  top: 0;
  left: 2cm;
  width: auto;
  font-family: Tahoma;
  
}

#headerTitle {
  font-family: "Segoe UI", Tahoma, Verdana, "Bitstream Vera Sans", sans-serif;
  color: #75156C;
  margin-left: 2cm;
}

#headerTitle h1 {
  font-size: 3em; display: inline;
  letter-spacing: .1em;
}

#headerTitle img { display: none; }

#page {
  position: static;
  float: none;
  width: auto;
  margin-left: 2cm;
  margin-right: 2cm;
}


h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Verdana, "Bitstream Vera Sans", sans-serif; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4, h5, h6 { font-size: 1em; }

