body {
	margin: 0px;
	border: 0px;
	background-color: #000;
	text-align: center;
	font-family: "Gotham-Book", Gotham-Book, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	line-height: 16px;
}

img {
	border: 0;
}

.container {
	width: 600px;
	margin: 100px auto;
	text-align: left;
}

.highlight {
	color: #666666;
}

.title {
	color: #888888;
}

a:link {
	text-decoration: none;
	color: #AAAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #888888;
}

a:active {
	text-decoration: none;
	color: #888888;
}
