html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after,   q:before, q:after {
    content: '';
    content: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

* html body {
  font-size: x-small;
  f\ont-size: small; }

body {
  background: #011;
  color: #eee;
  text-align: center;
  line-height: 1.2;
  font-family: Verdana, Arial, sans-serif;
  font-size: small; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold; }

h1, h1 a {
  font-size: 170%;
  color: orange;
  text-decoration: none; }

h2 {
  font-size: 170%;
  color: orange;
  border-bottom: 2px solid orange;
  margin-top: 40px; }

h3 {
  text-transform: uppercase;
  color: #123;
  position: relative;
  top: 2px;
  font-size: 200%;
  letter-spacing: -1px; }

p {
  margin: 10px 0; }

pre {
  padding: 10px;
  background: #141414;
  color: #F8F8F8;
  overflow: auto; }

strong {
  color: #913;
  font-family: Georgia;
  font-size: 120%; }

a {
  color: #0ff; }

#header {
  margin-top: 40px; }

#container {
  width: 540px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: left; }

textarea {
  height: 80px;
  width: 530px;
  border: none;
  padding: 5px; }

#code, #preview {
  background: #123;
  color: #0ff; }

#preview {
  padding: 2px 20px; }

#code {
  font-size: 80%;
  padding: 20px;
  overflow: auto; }

#examples {
  display: inline; }
  #examples li {
    float: left; }
  #examples a {
    text-decoration: none; }
