body {
  background: #D814FF;
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: georgia, serif;
}

h1 {
  font-size: 2.1em;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 4px 0 4px 0;
}

ul { 
  margin: 0;
  padding: 0 0 0 1.5em;
}

p, ul li {
  font-family: trebuchet ms, helvetica;
  font-size: 0.9em;
}

pre {
  font-family: terminus, courier new, courier, monospace;
  font-size: 0.9em;
}

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

