body, #container {
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5; }

.sub {
  width: 860px;
  margin: 0 auto;
  position: relative; }

#header {
  margin: 0 0 42px;
  padding: 0 0 14px;
  border-bottom: 1px solid black; }
  #header h1 {
    width: 344px;
    height: 0;
    overflow: hidden;
    margin: 30px 0 0;
    padding: 57px 0 0;
    background: url(examples.gif) left top no-repeat; }
  #header #versions {
    font-size: 80%;
    font-family: Monaco, Consolas, Lucida Console, Courier New, monospace;
    position: absolute;
    right: 0;
    bottom: 8px; }

#footer {
  color: black;
  border-top: 1px solid black;
  padding: 21px 0;
  margin: 21px 0 0; }
  #footer a {
    color: #807065;
    text-decoration: none; }
  #footer a:hover {
    color: white;
    background: #807065; }

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }

#style-display, #script-display {
  border: 0;
  width: 100%; }

h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  margin: 0 0 21px; }

#summary {
  border-bottom: 1px solid #999999;
  margin-bottom: 42px; }

h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 21px 0;
  padding: 6px 0 0;
  border-top: 1px solid #999999; }

textarea {
  font-size: 80%;
  font-family: Monaco, Consolas, Lucida Console, Courier New, monospace;
  line-height: 1.4em; }
