body {
font-family: 'ZCOOL KuaiLe', cursive;
background: -webkit-linear-gradient(left, #96C43E, #FFFB08, #FEBD1E, #FF4500);
background: -o-linear-gradient(right, #96C43E, #FFFB08, #FEBD1E, #FF4500);
background: -moz-linear-gradient(right, #96C43E, #FFFB08, #FEBD1E, #FF4500);
background: linear-gradient(to right, #96C43E, #FFFB08, #FEBD1E, #FF4500);
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Monoton', cursive;
color:#726422;
}
h1 {
text-align:center;
-ms-transform: rotate(-5deg); /* IE 9 */
-webkit-transform: rotate(-5deg); /* Safari */
transform: rotate(-5deg);
}
h2 {
border-top: solid 2px #3E241C;
padding-top:1em;
}
p {
color: blueviolet;
}
em {
font-weight: bold;
font-size:120%;
color: aqua
}
blockquote {
background:black; margin:1em;
font-style:italic;
font-family: 'Big Shoulders Stencil Text', cursive;
color: white;
}
.firstLetter {
font-size:300;
font-family:Garamond, serif;
color:#4E0102;
}
.firstWord{
text-transform:uppercase; color: #4E0102;
}
#firstStory {
color: #3E241C;
}

