body {
  background-color: #ffffff;
  background-repeat: repeat;
}

p {
  font-family: "New York", Times, serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  color: #000080;
}

h1 {
  font-family: Helvetica, Geneva, sans-serif;
  font-size: x-large;
  font-style: normal;
  font-weight: bold;
  color: #000080;
}

h2 {
  font-family: Courier, Monaco, monospace;
  font-size: large;
  font-style: normal;
  font-weight: bold;
  color: #000080;
}

h3 {
  font-family: Courier, Monaco, monospace;
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  color: #000080;
}

ul {
  list-style: url("http://www.esque.com/images/sapphire.gif") disc;
  font-family: serif;
  font-size: medium;
}

.mid { text-align: center }

.foot {
  font-family: Helvetica, Geneva, sans-serif;
  font-size: small;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  color: #000080;
}

a:link { color: #008000 }
a:hover { color: #00a200 }
a:active { color: #00a200 }
a:visited { color: #586588 }

