body {
  background-image: url(./graphics/designs/celtic-knot.gif);
  background-color: #FFFFFF;
  color: #000000;
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: times, serif;
}

h1 {
  font-family: palatino, serif;
  font-size: 24pt;
  font-style: italic;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
  text-align: center;
}

h2, h3, h4, h5, h6 {
  font-family: palatino, serif;
  font-variant: normal;
  line-height: normal;
  text-align: center;
}

p {
  text-align: left;
  text-indent: 2%;
}

a:link {
  background-color: transparent;
  color: #000099;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
  color: #999999;
  text-decoration: none;
}

a:active {
  background-color: transparent;
  color: #0099FF;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: #00FF00;
  text-decoration: none;
}

img {
  border-style: none;
  padding-top: 3pt;
  padding-bottom: 3pt;
}

div {
  text-align: right;
}

hr {
  align: center;
  width: 80%;

table {
  border: none;
}
