body {
	background-color: #F8F6F7;
}
h1 {
  font-family: "Calistoga", serif;
  font-size: 22pt;
  font-style: normal;
  color: green;
  padding: 1em;
}
p {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 14pt;
}
div.indent {
  text-indent: 50px;
  padding: 0em 0em 0em 1.3em;
}
#borderhead {
  border: 6px solid #c33504;
  border-style: none solid solid none;
}
a:link {
  color: #0074C2
}
a:visited {
  color: #D600BD;
}
.timespent {
  float: right;
}
.stats {
    color: green;
  font-weight: bold;
  font-style: italic;
  font-size: 12pt;
}
h2 {
  font-family: "Calistoga", serif;
  font-size: 14pt;
  font-style: normal;
  color: green;
}
ul {
  list-style-type: square;
  color: #c33504;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-size: 14pt;
}
.ulbulletnormal {
  color: black
}
ol {
  font-family: "Calistoga", serif;
  font-size: 15pt;
  font-weight: bold;
  color: green;
}
.olnormal {
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 14pt;
}
.box {
	border: 1px dashed gray;
  padding: 0.5em;
  background-color: white;
}
.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}