body {
  font-family: 'Helvetica';
  letter-spacing:-5px;
  background:#ffffcc;
  color:#4183C5;
  margin:0;
  padding:0;
  font-weight:bold;
}

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

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

strong {
  color: #f4b400;
}

a {
  background: #225ea8;
  color:#fff;
  text-decoration:none;
}

img {
  width: 100%;
}

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

pre {
  font-family: 'Courier';
  color: #000;
}

span {
  background: #bbb;
}

div.center {
  text-align:center;
}

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