body {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Helvetica', sans-serif;
	line-height:1.5;
	padding:10px;
	padding-left:60px;
}

header, nav, footer{
	margin-left:-50px;
}

img {
	width:100%;
}

h1 {
	font-family: 'Helvetica', sans-serif;
	line-height:1.4;
	font-size:2.5em;
}

h2 {
	font-family: 'Helvetica', sans-serif;
	line-height:1.2;
	font-size:1.5em;
}

h3 {
	line-height:1.2;
}

p {
	font-size:.95em;
}

li {
	line-height:1.4;
	margin-left:15px;
}

footer {
	text-align:center;
	margin-top:50px;
	border-top-style:solid;
	border-width:2px;
	font-size:.8em;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:blue;
	text-decoration:underline;
}

strong {
	font-style:italic;
	font-weight:normal;
}

