body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #006;
  font-family: "verdana", "arial", "helvetica";
  font-weight: 300;
  font-size: medium;
  line-height: 1.5;
}

A {
  color: #cc0;
  text-decoration: none;
  font-weight: bold;
}

.smalltext {
  font-size: small;
}

.language-markdown table {
  border: 1px solid #666;
}

.language-markdown table thead tr th {
  font-weight: bold;
  text-align: left;  border-bottom: 1px solid #666;
  background-color: #00c;
  padding: 0.3em 1.5em;
}

.language-markdown table tbody tr td {
  padding: 0.3em 1.5em;
}

.language-markdown table tr:nth-child(even) {
  background-color: #009;
}

.language-markdown table tr:nth-child(odd) {
  background-color: #006;
}
