* {
  font-family : verdana, 'sans-serif';
}

body {
  background-color: #c6c991;
  font-size: 100%;
}

a {
  color: #f31765;
  border-bottom: 1px dashed;
  text-decoration: none;
}
a:hover {
  color: white;
  background-color: #f31765;
  border-bottom: 1px dashed;
}

ol li {
  margin-bottom: 0.25em;
}

strong {
  color: black;
  font-weight:bold;
}
.main {
  background-color: white;
  border: 8px solid #f31765;
  padding: 20px;
  width: 600px;
}

.code {
  font-family: monospace;
}

.variable {
  color: #00F;
  font-family: monospace;
}

.string {
  color: #080;
}

.int {
  color: #F80;
}

.tag {
  color: #800;
  font-family: monospace;
}

#api em {
  font-family: monospace;
}

#api ul {
  padding-left: 1em;
}

#api strong {
  color: #f31765 ;
  font-weight:bold;
}
