body{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: auto;
	margin-right: auto;
}

header{
	float: left;
	width: 28%;
	text-align: right;
	padding-right: 2%;
    overflow:hidden;
}

nav ul{
	list-style-type: none;
}

nav a{
    color: #000;
    text-decoration: none;
}

nav a.selected{
    color: #fff;
    background-color: #000;
    padding: 0px 1px 0px 1px;
}

nav a.selected:hover{
    text-decoration:none;
}

nav a:hover{
    text-decoration: underline;
}

section{
	float:left;
	width: 60%;
	padding-left: 2%;
	padding-top: 0.5em;
}

p#license{
    padding-left: 10%;
    font-size: 0.6em;
}
