body {
    font-family:Verdana, sans-serif;
    background-color:#CCCCCC;
    background: -webkit-linear-gradient(left, blue, red, grey, yellow);
    background: -o-linear-gradient(right, yellow, grey, red, blue);
    background: -moz-linear-gradient(right, yellow, grey, red, blue);
    background: linear-gradient(to right, blue, red, grey, yellow);
}


h1,h2,h3,h4,h5,h6 {
    font-family:Georgia, serif;
    color: darkseagreen;
    -ms-transform: rotate(-170deg);
    -webkit-transform: rotate(-170deg);
    transform: rotate(-170deg);
}

h1 {
    text-align:center;
    padding: 1%;
    font-size: 300%;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    color: white
}

h2 {
    border-top: solid 2px hotpink;
    padding-top:1em;
    
    
}

p {
    margin:5px auto;
	padding:5px 30px;
	border: solid 5px white;
    border-collapse:collapse;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:3432px;
    
}

em {
    font-weight:bold;
    font-size:120%;
    -moz-box-shadow: 5px 5px 5px #333;
    -o-box-shadow: 5px 5px 5px #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    box-shadow: 30px 30px 30px #333;
}

blockquote {
    background:;
    margin:1em;
    font-style: bold;
}

.firstLetter {
    font-size:300%;
    font-family:Georgia, serif; 
    color:#4E0102;
}

.firstWord{
    text-transform:uppercase;
}

#firstStory {
    color:#17037A;
}

#content{
    width:65%;
    margin:15px auto;
    background:white;
    padding: 2em 4em;
    background: -webkit-linear-gradient(left, yellow, grey, red, blue);
    background: -o-linear-gradient(right, blue, red, grey, yellow);
    background: -moz-linear-gradient(right, blue, red, grey, yellow);
    background: linear-gradient(to right, yellow, grey, red, blue);
}
