html, body {
  background: transparent url(twinkle_twinkle.png);
  color: #eee;
  font-weight: lighter;
  font-family:Georgia;
}
h1 {
    color: #ffbba0;
}
small {
  font-family: Helvetica, sans-serif;
  text-transform: lowercase;
  font-variant: small-caps;
}

p {
  font-size:125%;
  line-height:150%;
}
.dream {
  padding: 25px;   
}
.dream p {
  text-align: left;
}
.dream i {
  color: #ccccff;
}