h1 {
	font-style: italic;
	font-variant: small-caps;
}

html {
	background-color: #ffffff;
	text-color: #000000;
}

#content {
}

#footer {
}

#header {
	text-align: center;
}

#menu {
	background-color: #303030;
	overflow: hidden;
}

#menu a {
	color: #d0d0d0;
	display: block;
	float: left;
	font-weight: bold;
	padding: 1ex;
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	background-color: #000000;
	color: #ffffff;
}
