/* reading */
#body
{
  width: 28em;
  text-align: left;
  margin: auto;
  color: #FFEA03;
  margin-top: 4em;
  font-family: "Perpetua";
  font-size: 1.1em;
}

#signature
{
  margin-top: 4em;
  font-family: "Monotype Corsiva";
  font-size: 1.3em;
  text-align: center;
}
#body * a
{
  color: #FFEA03;
  outline: none;
}

#cancelPolicy
{
  font-size: 0.9em;
}

#body img
{
  position: relative;
  margin: auto;
  left: 2.8em;
}

#secNav
{
  position: fixed;
  text-align: center;
  top: 25em;
  width: 9.5em;
}

#secNav * li
{
  list-style: none;
}

#secNav li a
{
  color: #FFEA03;
  outline: none;
}

#secNav li a:link, #secNav li a:visited
{
  text-decoration: none;
  outline: none;
}

#secNav li a:hover, #secNav li a:active
{
  text-decoration: underline;
  outline: none;
}

