
h1 {
  color: blue;
  font-family: fantasy;
  text-align: center;
}

p {
  font-family: sans-serif;
}

td p {
  color: #800040;
  text-align: left;
}

.image-link {
      text-align: center;
}
: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 {
  font-family: sans-serif;
}

h2 {
  text-align: center;
  color: navy;
  font-family: fantasy;
}


.homelie {
  font-weight: normal;
  font-size: small;
  text-align: left;
}

h3 {
  font-style: italic;
  text-align: center;
  color: #800000;
}

