<style>
body {
  background-color: #111111;
  color: #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
}

a {
  color: #b30000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 760px;
  margin: auto;
  border-collapse: collapse;
  background-color: #161616;
}

td {
  padding: 12px;
  vertical-align: top;
}

hr {
  border: 0;
  border-top: 1px dashed #444;
  margin: 18px 0;
}

.small {
  font-size: 11px;
  color: #999;
}

.center {
  text-align: center;
}

.section-title {
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.badges img {
  margin: 4px;
  filter: grayscale(100%);
  /* keep aspect ratio and resize to max 256x256 */
  max-width: 256px;
  max-height: 256px;
  width: auto;
  height: auto;
}

.showcase img,
img {
  border: 1px solid #333;
  max-width: 256px;
  max-height: 256px;
  width: auto;
  height: auto;
}

input, textarea {
  background-color: #0f0f0f;
  color: #e6e6e6;
  border: 1px solid #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input[type="submit"] {
  background-color: #1a1a1a;
  color: #b30000;
  border: 1px solid #444;
  cursor: pointer;
}

marquee {
  color: #777;
  font-size: 11px;
}
</style>
