
.outlineText {
  color: #000000;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

.bigNbold {
    background-color: #000000;
    font-weight: bolder;
    font-size: 3em;
    font-family: Arial Black;
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.blueButton {
    background-color: #000000;
    font-weight: bolder;
    font-size: 3em;
    font-family: Arial Black;
    animation-name: fadeBlue;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


a:link {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
}
