.nohreflink {
    text-decoration: underline;
    cursor: pointer;
}

.menulink {
    text-decoration: none;
    cursor: pointer;
    color: #eeeeee;
}

a:link {
    color: black;
    cursor: pointer;
}

a:visited {
    color: black;
    cursor: pointer;
  }

  a:active {
    color: black;
    cursor: pointer;
  }
html {
    font-size: 20px;
}