body {
    font-weight: 500;
    line-height: 17px;
    color: #0000004c;
    background-color: #fff; /*this to force white borders for some browsers lol */
}
a {
    font-weight: bold;
}

a:hover {
    font-size: 1.1em;
  }
  
.uhoh {
    color: red;
    text-decoration: underline;
    margin-left: 70px
  }