body {
  background-color: #546b7d;
  font-family: "lucida grande", "lucida sans", verdana, sans-serif;
  color: black;
  font-size: 10pt;
  line-height: 1.6em;
}

div.canvas {
  position: relative;
  display: block;
  width: 64em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

div.maintitle { 
  position: absolute;
  top: 4em;
  left: 5em;
}
  
div.maintitle img { 
  padding-right: 5px;
}

span.maintitle {
  font-size: 24pt;
  color: #003c6d;
}

div.subtitle { 
  position: absolute;
  top: 6.5em;
  left: 5em;
}
  
span.subtitle {
  font-style: italic;
}

div.language { 
  position: absolute;
  top: 4em;
  right: 0em;
}
  
div.content { 
  position: relative;
  padding-top: 12em;
  left: 23em;
  width: 37em;
  padding-bottom: 4.8em;
}

div.menu {
  position: absolute;
  top: 14em;
  left: 5em;
}

h1 {
  font-weight: bold;
  font-size: 18pt;
}
  
h2 {
  font-weight: normal;
  font-size: 14pt;
}
  
div.topic {
  margin-top: 2em;
  font-size: 11pt;
}

div.alc {
  vertical-align: text-top;
}
  
p {
  margin-top: 0em;
  margin-bottom: 1.6em;
}

td {
  padding-top: 1em;
  padding-right: 2em;
  vertical-align: text-top;
}

ul {
  margin-top:-1.6em;
}

ul.multiline li {
  margin-top: .3em;
}

span.key {
  font-weight: bold;
}  

a { text-decoration: none }
a:link { color: #2c34a0 }
a:visited { color: #2c34a0  }
a:active { color: red }
a:hover { color: #FF6600 }
