
H1 {
  color: blue;
  font-family: fantasy;
  text-align: center;
}

P {
  font-family: sans-serif;
}

TD P {
  color: #800040;
  text-align: left;
}

:link {
  color: #FF8080;
}

:visited {
  color: #FF8080;
  background-color: transparent;
}

:active {
  color: #FF8080;
  background-color: transparent;
}

A {
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #FF8000;
  text-decoration: underline;
  font-weight: bold;
}

TD {
  text-align: center;
  font-family: sans-serif;
  color: blue;
  background-color: #C0C0C0;
}

H2 {
  text-align: center;
  color: navy;
  font-family: fantasy;
}

TABLE {
  font-weight: bold;
}

.homelie {
  font-weight: normal;
  font-size: small;
  text-align: left;
}

H3 {
  font-style: italic;
  text-align: center;
  color: #800000;
}
