  
  body {
    font-family: verdana;
    font-size: small;
  }
  @font-face { font-family: PHONEMIC; src: url('PHONEMIC.TTF'); } 
  h4, p, span {
    font-family: PHONEMIC;
    font-size: large
  }
  .greenB {
    color:white;
    background-color: teal;
    cursor: pointer;
  }
  .yellowB {
    color:white;
    background-color: indigo;
    cursor: pointer;
  }
  .redB {
    color:white;
    background-color: fireBrick;
    cursor: pointer;
  }
  .grayB {
    color:white;
    background-color: gray;
    cursor: pointer;
  }
