body {font-family:Arial, Sans-serif;}

.firstletter{
    font-size:48px;
    font-weight:bold;
    color:darkblue;
}

#navigation {
font-family: Georgia, serif; font-size: 100%;
border-top: solid 2px #4E0102;
border-bottom: solid 2px #4E0102;
}

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 */ 

a:link, a:visited, a:active {
color: #17037A; text-decoration: none; font-weight: bold;
}
a:hover {
color: #17037A; text-decoration: underline; font-weight: bold;
}
.current {
text-decoration: underline; font-weight: bold;
}

#skip-links{
width: 100%;
background-color: black;
}
#skip-links a{
color: white;
}

