body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

#maintitle {
  color: gray;
  text-align: center;
  font-size: 36pt;
  font-family: Verdana;
}

.FicList {
  list-style-type: disc;
  list-style-position: inside;
  color: black;
}

.FicDesc {
  text-indent: 24pt;
  list-style-type: none;
  color: black;
}

.ListHead {
  text-align: center;
}

.arrow {
  color: mediumpurple;
  font-style: normal;
}

.buck {
  color: darkred;
  font-style: normal;
}

.fancy {
  color: black;
  font-style: normal;
  font-size: 50pt;
}

.central {
  margin: auto;
  width: 60%;
}

a:link {
  color: mediumpurple;
  text-decoration: none;
}

a:visited {
  color: darkred;
}

hr {
  border-color: black;
}