h1 {
	color: #333;
	font-size: 40px;
	text-align: center;
	line-height: 1;
}

h2 {
	color: #999;
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
a {
	color: #999;
	text-decoration: none;
	outline: none;
}

#content a:hover {
	color: #333;
}
#menu a {
	font-size: 28px;
	text-align: center;
	text-transform: lowercase;
	display: block;
	float: left;
	width: 120px;
	height: 28px;
}
#menu a#first {
	text-align: left;
}
#menu a#last {
	text-align: right;
}

#content {
	font-size: 14px;
}

p {
	color: #999;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.black {
	color: #333;
}

p.black {
	font-size: 18px;
}
