
BODY {
  font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
  color: black;
}

A:link,  {
  color: navy;
  text-decoration: none;
}

A:visited {
  color: navy;
  text-decoration: none;
}

TD {
  font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
  color: black;
}

A:active {
  color: blue;
  text-decoration: none;
}

A:hover {
  color: blue;
  text-decoration: underline;
}

.like-h2 {
  color: navy;
  font-size: large;
  font-weight: bold;
}

.tiny {
  font-size: xx-small;
}

.like-h1 {
  color: navy;
  font-size: x-large;
  font-weight: bold;
}

.justify {
  text-align: justify;
}
