@font-face {
  font-family: Times Condensed; 
  src: url(times-condensed.woff); 
}

body {
  background-color: white;
  color: black;
  font-family: 'Times Condensed', Times;
  -webkit-text-stroke: 1px black;
}

p {
  letter-spacing: 1.5px;
  }
  
 #out {
    color: white;
    -webkit-text-stroke: 0.5px black;
  }
  
  #caption {
  font-size: 11px;
    -webkit-text-stroke: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  }

a {
  color: black;
}

.menu {
  border-top: 20px;
  border-bottom: 20px;
  line-height: 10px;
}