<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#navig {
  width: 150px;
  background-color: #0080ff;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 2px;
}

#content {
  position: absolute;
  left: 160px;
  top: 5px;
}
</pre></body></html>