body {
	line-height: 1.5em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 3em;
	background-color: #e2e2e2;
	color: rgb(60,60,60);
}

h1, h2, h3 {
	color: black;
}

h2 a {
	
	font-style: normal;
	
	font-weight: normal;
	
}

footer {
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 0.2em;
}

nav {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 0.2em;
}

nav ul {
	padding:0;
}

nav li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

a
{
	text-decoration: none;
	color: #315089;
}

a:hover
{
	border-bottom: solid 1px;
}

