body { 
    font-family:Tahoma, sans-serif; background-color: #CCCCCC; 
} 
h1,h2 { 
    font-family:Tahoma-Bold, serif; color:#4E0102; 
} 
h1 { 
    text-align:center;
} 
h2 { 
    border-top: solid 2px #4E0102; padding-top:1em; 
} 
em {
    font-weight: bold; font-size:120%; 
} 
blockquote {
    background:#F0ECEC; margin:1em; font-style:italic; 
} 
p::firstWord{ 
    text-transform:uppercase; 
} 
#firststory {
    color: #17037A;
} 
#content{ 
    width:65%; margin:10px auto; background:white; padding: 1em 3em;
    background-color: whitesmoke;
    text-align: left;
}
p::first-letter {
   font-size:300%; font-family:Tahoma, serif; color:#4E0102;
}