body {
	background: #ccc;
	color: white;
	font-family: helvetica;
	font-size: 14px;
}

img {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 0px;
}

h1 {
	color: gray;
	margin-bottom: 2px;
	font-family: helvetica;
	text-decoration: none;
}

.noul {
	text-decoration: none;
}

a {
	color: #7777ff;
}

p {
	color: #ccc;
}

.buy {
	font-size: 14px;
	font-weight: bold;
	color: #ffff55;
}

.comingsoon {
	font-size: 12px;
	font-weight: bold;
	color: #ffcccc;
}

.content {
	background-color: #333;
	border: 1px solid #557755;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-top: 20px;
}