.onlyprint { 
  display:none;
}


body {
  font: normal 12px Helvetica, Arial, sans-serif;
  color: black; 
  background-color: white; 
  background-image: url(background0.png);
  margin-top: 10px; 
  margin-bottom: 10px; 
  margin-left: 10px; 
  margin-right: 10px; 
  padding: 0;
}


h1 {
  font-size: 20px;
  position: relative;
  height: 25px;
  padding: 5px;
  text-align: center;
  background-color: white;
  color: black;
  border: 1px solid gray;
}

#navmenu {
  float: left;
  width: 170px;
  background-color: white;
  color: black;
  border: 1px solid gray;
}




#navmenu p { 
  margin: 10px 10px; 
  text-align: center; 
}

#navmenu img { 
  border: 0;  
}


#content {
  position: relative;
  margin-left: 180px;
  border-left: 1px solid gray; 
  border-top: 1px solid gray;
  border-right: 1px solid gray; 
  border-bottom: 1px solid gray;
  background-color: white;
  color: black;
  text-align: justify;
}


#content h2 {
  font-size: 16px;
  margin: 32px 32px 32px;
  color: blue;
  background-color: white;
  border-bottom-style: solid;
  border-bottom-color: blue;
  border-bottom-width: 1px;
}

#content p {
  font-size: 12px;
  margin: 12px 32px;
}


#content li  { 
  margin-left:16px;
  margin-right: 16px;
}

#content hr { 
  margin-left: 32px; 
  margin-right: 32px;
  color: red;
  background-color: red;
  height: 1px;
  border: 1px;
}

#content h3 { 
  font-size: 14px;
  margin: 32px;
  color: blue;
  background-color: white;
  text-decoration: underline;
}

#content h4 { 
  font-size: 12px;
  margin: 32px;
  color:red;
  background-color: white;
  text-decoration:underline;
}

#content pre { 
  background-color: #000099;
  color: #ffff00;
  font-family: Fixedsys,Courier,monospace;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 64px;
  margin-right: 64px;
  min-width: 40em;
}

#content table { 
  empty-cells: show;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 64px;
  margin-right: 64px;
  border: 1px solid;
  border-collapse: collapse;
}

#content td { 
  border: 1px solid;
  text-align: center;
  padding: 0.25em 0.5em;
}


#menuitem {
  font-size: 10px;
  margin: 0 0 5px; padding: 0;
  font-variant: small-caps;
}

#menuitem li {
  list-style: none;
  margin: 0; padding: 5px 10px;
}

ul#menuitem a { 
  display: block; 
  padding: 2px; 
  font-weight: bold; 
  border-left: 5px solid #002b3d; 
}

ul#menuitem a:link {
  color: black; 
  background-color: #eee;
  text-decoration: none;
}

ul#menuitem a:visited {
  color: #666; 
  background-color: #eee;
  text-decoration: none;
}

ul#menuitem a:hover {
  color: red; 
  background-color: #eee;
  text-decoration: none;
}

ul#menuitem a:active {
  color: white; 
  background-color: gray;
  text-decoration: none;
}

