@charset "utf-8";

body {
  background-color: #1f1f1f;
  color: #cfcfcf;
  font-family: "Trebuchet MS";
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

a:link,
a:visited {
  color: #ce9500;
  text-decoration: none;
  font-weight: bold;
}

a:hover,
a:active {
  text-decoration: none;
  color: #ffff00;
}

hr {
  height: 2px;
  border: none;
  background-color: #737373;
}

h1 {
  font-size: 1.75em;
  font-variant: small-caps;
  font-weight: normal;
  color: #15c035;
  margin-bottom: -12px;
}

i {
  color: #707070;
}

strong {
  color: #18b8cf;
  font-weight: normal;
}

em {
  color: #ea2d2d;
  font-weight: bold;
  font-style: normal;
}

code {
  color: #d0d040;
}

kbd {
  color: #15c035;
  font-weight: bold;
}

samp {
  color: #15c035;
  font-weight: normal;
}

var {
  color: #c461e4;
  font-weight: normal;
}

figure {
  border: #18b8cf 2px solid;
  display: table;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure figcaption {
  border-top: #18b8cf 2px solid;
  font-size: 0.75em;
  color: #e4e446;
  text-align: center;
  margin-bottom: 2px;
  background-color: #092b2d;
}

.webdings {
  font-family: Webdings;
}
