body {
	background-color: white;
}

#nav {
	font-family: Arial, sans-serif;
	position: relative;
	margin: 10% 0;
	float: right;
}

html>body #nav {
	margin: 13% 15% 0 0;
}

#nav ul {
	
}

#nav li {
	list-style-type: none;
	margin-bottom: 0.3em;
}

#nav li a {
	text-decoration: none;
	color: #222;

#nav p {
	font: 0.8em Arial, sans-serif;
	color: #222;
	width: 120px;
}
