
// BODY { background: url(/img/hantares_at_villanova.jpg); background-repeat: no-repeat }
// BODY { background: black url(http://www.montefusco.com/img/aquila-02.jpg); fixed }

textarea.log_viewer {

  color: yellow;
  background-color: navy;

  border: solid red 3px;

  margin: 1px;
  overflow: scroll;
}


input.logv {
  font-family: Fixed, monospace;
  font-size: 12px;
  color: yellow;
  background-color: navy;
  border: solid navy 2px;
  width: 1024px;
  height: 150px;
  top: 32px;
  left: 2px;
  position: absolute;
}


