body {
  font-family:'Helvetica';
  letter-spacing:-5px;
  background:#D3CBBD;
  color:#1C1919;
  margin:0;
  padding:0;
  font-weight:bold;
}

h1, h2, h3, p {
  margin:0;
}

strong, em, a {
  font-style:normal;
  color:#EB5937;
}

a {
  background:#403D3C;
  color:#D3CBBD;
  text-decoration:none;
}

strong {
  color:#53868C;
}

img {
  width:65%;
}

div {
  cursor:pointer;
  cursor:hand;
  position:absolute;
  top:0px;
  left:0px;
  padding:75px;
  line-height:97%;
}

div.center {
  text-align:center;
}

div.imageText {
  text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

notes {
    display:none;
}
/* normally not good, but ok in context of full screen directional navigation */
:focus {
    outline: 0;
}
