body { 
		background-color: black; 
		color: white; 
		font-family: georgia, verdana, arial; 
		margin-left: 20%;
		margin-right: 20%;
}
h3 { 
	font-size: xx-large; 
	display: inline; 
}
h6 { 
	font-size: large;
	display: inline;
}

div.nav {
	float: right;
	}
div.nav a {
	font-size: x-large;
	text-decoration: none;
	color: white; 
}
div.nav a:hover {
	color: #FF9900;
}