/* GOWrite WWW pages style sheet */

H1 {
  font-size: 1.4em; font-weight: bold;
  margin-top: 10; margin-bottom: 0;
  padding-top: 10; padding-bottom: 0;
}
H2 {
  font-size: 1.2em; font-weight: bold;
  margin-top: 10;  margin-bottom: 0;
  padding-top: 10; padding-bottom: 0;
}
H3 {
  font-size: 1.1em;
  font-weight: bold;
}
H4 {
  font-size: 1.0em;
  font-weight: bold;
}

#bigtxt {
  font-size: 3em;
}

pre { font-family: 'Courier New',Courier,monospace;
}

#hdr {
  top: 0;
  left: 0;
  height: 88px;
  width: 100%;
}

#topleftframe {
  position: absolute;
  width: 190px;
}

#headerframe { 
  background-color: rgb(255, 255, 204);
  color: rgb(0,0,0);
  position: static;
  min-height: 88px;
  padding-left: 200px;
  height: 100%
}

#headerbar {
  background-color: rgb(204, 204, 204);
  color: rgb(0,0,0);
  width: 100%;
  height: 18px;
}

#contentframe { 
  background-color: transparent;
  left: 200;
  position: absolute;
}

#leftframe { 
  background-color: rgb(255, 255, 204);
  color: rgb(0,0,0);
  position: absolute;
  float: left;
  width: 190px;
  margin: 0;
  padding: 2em 0 1em 0;
  min-height: 100%;
}


