body {
      font-family: helvetica, arial, serif;
      font-size: 15px;
      color: #ffe0c9;
      background-color: black;
      text-align: left;
      letter-spacing: 1px;
      word-spacing: 0.5px;
      line-height: 1.4;
}

a {
   color: #e0e0ff;
   text-decoration: underline;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 15px;
    color: #ccb095;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}