body {
    font-family: sans-serif;
    font-size: 25px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    color: #0000FF;
}

title {
    font-family: 'Dancing Script', sans-serif
        font-size: 40px;
    font-size: 300%;
}



h1 { 
    font-family: 'Dancing Script', sans-serif;
    text-align: center;
    font-size: 60px;
}

h2 {
    font-family: 'Dancing Script', sans-serif;
    border-top: solid 2px #0000FF;
    padding-top: 1em;
}

em {
    font-weight: bold;
    font-size: 110%;
}

blockquote {
    background: #9DD9F3 ; margin:1em;
    font-style: italic;
   
}

.firstLetter {
    font-size: 300%;
     font-family: 'Dancing Script', sans-serif;
    color: #0000FF;
}

.firstWord{
    text-transform: uppercase;
}

#firstStory {
    color: #00008B;
}
#content{
	width:75%;
	margin:10px auto;
	background:white;
	padding: 1em 3em;
}

input, fieldset, legend{
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
}
