﻿body{
	margin: 60px;
	font-family: serif;
	background: lightgreen;
}

h1{
	color: black;
	font-size: 50px;
	
}

p{
	color: black;
	font-size: 18px;
	line-height: 1.8;
}

nav a{
	color: #fff;
	background: #69e;
	display: block;
	line-height: 1.0;
	padding: 6px 0;
	border-left: 1px solid #fff;
	text-align: center;
	text-decoration: none;
}

nav li {
	display: block;
	width: 100px;
	float: left;
}

nav a:hover {
	background: #f6d;
}
