#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;
}

h1 {
	color: white;
	text-decoration:underline;
} 

p {
	color: white;
}

p::first-letter {
  font-size: 300%;
  font-weight: bold;
  color: #9F2305;
}

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;
}

body {
	background-color: #22222
}