body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #CCCCCC;
  background-color: #38373E;
}
h1, h2, h3 {
  color: #D28345;
  font-family: sans-serif;
  font-weight: normal;
}
table, th, td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  text-align: center;
  padding: 4px;
}
tr:nth-child(even) {
  background-color: #252525;
}
ul, li {
  padding-left: 10px;
}
a:link {
  color: #62B2E9;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #438DC1;
  background-color: transparent;
  text-decoration: none;
}

