body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Source Sans Pro", 
				"Open Sans", 
				"Helvetica Neue", 
				Helvetica, 
				Arial, 
				sans-serif;
}

h1 {
	text-align: center;
	margin-left: 0;
}

#navbar a {
	text-decoration: none;
}

.nav-ul {
	list-style-type: none;
	overflow: auto;
	margin-left: 0;
	margin-top: 0;
}

td:hover {
	background-color: lightgray;
}

nav > li:hover {
	color: red;
}
table {
	width: 100%;
}

a:visited {
	color: green;
}

table, td {
	padding: 10px;
	margin-left: 0px;
	overflow: auto;
    border: 1px solid black;
    border-top: 0;
    border-left: 0;
    border-collapse: collapse;
}

p, ul {
	font-size: 16px;
	line-height: 30px;
	color: #41484d;
	margin-left: 20px;
}

pre {
	width: 100%;
	background-color: #F0FFF0;
	padding-bottom: 10px;
}

footer {
	text-align: center;
	padding: 10px;
}

footer a {
	text-decoration: none;
}