/*
 * Usage; in header include line:
 * <link rel="StyleSheet" href="test.css">
 */
a:link { color: 000099; }
a:visited { color: 993399; }
a:hover { color: red; }
a:active { color: darkblue; }

body {
  background-repeat:  no-repeat;
  background-color: 99CCFF;
  background-position: center;
  color: black;
  font-family: Garamond, Times, sans-serif;
  font-size: medium;
  text-align: left;
}

h1 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

h3 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

p {
  color: black;
  font-family: Garamond, Times, sans-serif;
  font-size: medium;
  text-align: left;
}

address {
  color: black;
  font-family: Times, Garamond, sans-serif;
}
