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

/* line 26 */
.sub {
  width: 860px;
  margin: 0 auto;
  position: relative;
}

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

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

/* line 62 */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* line 67 */
#style-display, #script-display {
  border: 0;
  width: 100%;
}

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

/* line 78 */
#summary {
  border-bottom: 1px solid #999999;
  margin-bottom: 42px;
}

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

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

