body {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	font-size:14px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A979C;
	padding-top: 10px;
}
.menu a {
	color: #99A1A1;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}
.menu a:hover {
	color: #FFF;
}
h1 {
	color:#CDD4D9;
	font-size: 24px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
}
h2 {
	color:#CDD4D9;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .1em;
	margin-bottom: -5px;
}
a {
	color:#fff;
}
.bigger {
	font-size:150%;
}img {
	margin-right: 10px;
	margin-bottom: 10px;
}

