html {
cursor: crosshair;
}

p {
  font-family: Helvetica Neue, Helvetica, Arial Narrow, "Lucida Grande", sans-serif; 
    font-weight: lighter;
    }
    
    .open {
    font-family: Helvetica Neue, Helvetica, Arial Narrow, "Lucida Grande", sans-serif; 
    font-weight: lighter;
    letter-spacing: .6em;
    margin: 15% 10% 10%;
    text-align: left;
    }

  .daze {
        animation: blinker 8s linear infinite;
        animation-delay: 2s;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }
      
      .dazed {
        animation: blinker 6.5s linear infinite;
        animation-delay: 2s;
      }
      @keyframes blinker {
        50% {
          opacity: 0;
        }
      }

      a:link { color: #000000; text-decoration: none; }
      a:visited { color: #000000; text-decoration: none; }
      a:hover { color: #000000; font-style: normal; text-decoration: none; cursor: cell; }
      a:active { color: #000000; text-decoration: none; }
      a:focus {color: #000000; text-decoration: none;}  