body {
  color: #191970 /* midnightblue */;
  background-color: white;
  /* font-family: New Century Schoolbook, Rockwell, Times; */
  font-family: Application, sans-serif;
  font-style: normal;
}

a:link {
  color: #B22222 /*firebrick */
}

h1,h2,h3,h4,h5 {
  color: black;
  background-color: #48D1CC /* mediumturquoise */
}

h1,h2 {
  text-align: left;
}

h2,h4 {
  background-color: #AFEEEE /* paleturquoise */;
}

h1 {
  font-size: large;
}

h2 {
  font-size: medium;
}

h4 {

}

pre {
  color: #AFEEEE /* paleturquoise */;
}