body
{
  font-family: monospace;
  /*font-size: 62.5%;*/
  font-size: 85%;
  line-height: 140%;
}

a
{
  font-weight: bold;
  font-family: inherit;
  letter-spacing: 0.2em;
  color: white;
  background-color: purple;
  font-size: 1.3em;
  line-height: 1.6em;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  /*
  padding-bottom: 1px;
  border-bottom: thin dotted;
  */
}

a:hover
{
  color: purple;
  background-color: white;
  border: thin dashed;
}

h1, h2
{
  text-align: center;
  width: 30%;
}

ul
{
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 30%;
}

li
{
  padding-left: 15px;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 6px;
}
