body {
	background-color: #010101;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

a {
	color: #8B8B8B;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: -1px;
	font-size: 16px;
	text-transform: lowercase;
	color: #505050;
}

a:hover {
	color: #F5F5F5;
}

.cell {
	background-color: #010101;
}

.picture_cell {
	background-color: #010101;
}

.menu {
	font-weight: bold;
	font-variant: normal;
	letter-spacing: -1px;
	font-size: 20px;
	text-transform: lowercase;
}
.cell_description {
	text-align: left;
}
.detail_links {
	text-align: center;
}