/* stylesheet for CREG examples */

HTML {
  background-color: lavender;
}

BODY {
  background-color: white;
  max-width: 700px;
  margin: 20px auto;
  border: 1px solid blue;
  padding: 15px 25px;
  font-family: sans-serif;
  font-size: 14pt; 		/* sys default is 12pt (16px) */
}

H1 {
  color: green;
  line-height: 1.1em;
}

P {
  line-height: 1.3em;
}

SPAN {
  background-color: mistyrose;
  padding: 5px;
  font-size: smaller;
  display: inline-block;
}

INPUT {
 font-family: monospace;
 width: 5em;
}

#results {
  background-color: #F0FFF0;
  border: 1px green solid;
  padding: 10px;
}
