@import "global.css";
body {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    margin-left:10px;
    line-height: 150%;
}
div.toptext {
  color: white;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
  font-family:"Bradley Hand ITC", Cursive;
  left: 54px;
  position: absolute;
  top: 83px;
  z-index: 2;
  line-height: 100%;
}
div.toptext_dropshadow {
  color: black;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
  font-family:"Bradley Hand ITC", Cursive;
  left: 55px;
  position: absolute;
  top: 84px;
  z-index: 1;
  line-height: 100%;
}
P {
  margin-bottom: 1em;
}
span.subheading {
  color: #006a6a;
  font-size:150%;
  font-weight:bold;
  font-family: Cursive;
  font-style: italic;
}
img {
  border: 0;
}