.maintext {
      font-family: "Copperplate", Fantasy;
      font-size: 26px;
      color: black;
    }

.maintext2 {
      font-family: "Verdana", Sans-serif;
      font-size: 30px;
      color: black;
    }

.maintext2b {
      font-family: "Verdana", Sans-serif;
      font-size: 10px;
      color: black;
    }

.maintext3 {
      font-family: "Monaco", Monospace;
      font-size: 16px;
      color: black;
    }

/* unvisited link */
a:link {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  font-size: 16px;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: white;
  font-size: 16px;
  text-decoration: underline;
}

