
body {
    font-family: monospace;
    background-color: #CCCCCC;
}
h1,h2,h3,h4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #322121;
}
h1 {
    text-align: center;
    font-size: 300%
}
h2 {
    text-align: center;
    font-size: 120%
}

h3 {
    border-top: solid 2px #4e0102;
    padding-top: lem;
}
h3 {
    border-top: solid 2px #4e0102;
    padding-top: lem;
}
em {
    font-weight: bold;
    font-size: 120%;
}
blockquote {
    background: #F0ECEC;
    margin: lem;
    font-style: italic;
}
.firstletter {
    font-size: 250%
}
.firstWord{
    text-transform: uppercase;
}
#firststory {
    
}
li {
    display: inline;
    list-style-type: none;
    }
    li {
        display: inline;
        list-style-type: none;
    a:link /* unvisited links */
a:visited /* visited links */
a:hover /* user hovers */
a:active /* active links */ }

<span class="MyClassName">
a:link, a:visited, a:active {
    color: #17037A; text-decoration: none; font-weight: bold;
    }
    a:hover {
    color: #1f328d; text-decoration: underline; font-weight: bold;
    }
    .current {
    text-decoration: underline; font-weight: bold;
    }