body
{
	margin: 5px;
	color: #000;
	background: #339;
}

.nav
{
	color: #000;
	background: #ffc;
	border: 5px solid #f90;
	height: 150px;
}

.nav a
{
	display: block;
	padding: 5px 5px 5px 10px;
	color: #009;
	text-decoration: none;
	background: #ffc;
	border-bottom: 1px solid #f90;
}

.nav a:hover
{
	color: #009;
	text-decoration: underline;
	background: #ffc;
}

.content
{
	color: #000;
	background: #ffc;
	border: 5px solid #f90;
	height: 150px;
}

h1, h2
{
	color: #009;
}

