body {background-color:red}

h1 {font-size:2.2em}

p {font-size:1.0em}
li {font-size:0.9em}

.container {
	width:725px;	
	margin: 0 auto;	
	background-color: white;
	padding: 20px;
}
nav a{
	font-size:1.0em;
	text-decoration:none
	}