body {
  background-color: #000000; 
  font-family: sans-serif;
  font-size: 10px; /* Base font size */
  color: #FFFFFF
}

h1 {
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;
  font-size: 25px; /* 2.5 * 16 = 40px */
  line-height: 120%;
}

h2 {
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;
  font-size: 21px; /* 1.875 * 16 = 30px */
  line-height: 120%;
}

p {
  line-height: 150%;
}

/* unvisited link */
a:link {
  color: DodgerBlue;
}

/* visited link */
a:visited {
  color: DodgerBlue;
}

/* mouse over link */
a:hover {
  color: SlateBlue;
}

/* selected link */
a:active {
  color: SlateBlue;
}

} 

