body {
    font-family: cursivesans-serif;
    background-color:darkorange;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Georgia, serif;
    color: red;
}
h1,h2 {
    text-align: center;}
em {
    font-weight: bolder;
    font-size: 150%;}
blockquote {
    background: #F0ECEC;
    margin: 2em;
    font-style: italic;
}
.firstLetter {
    font-size: 300%;
    font-family: Georgia, sans-serif;
    color: red;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: red;
}
#content {
    width: 95%;
    margin: 15px auto;
    background: white;
    padding: 1em 3em;
}
#navigation {
    font-family: Georgia, serif;
    font-size: 100%;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align: center;
}
li {
    display: inline-block;
    list-style-type: none;
}

a:link, a:visited, a:active {
    color: red;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: darkorange;
    text-decoration: underline;
    font-weight: lighter;
}

.current {text-decoration: underline; font-weight: bold;}

<div id="news">Latest News
</a>
