html {
	background: black;
	color: #ccc;
	font-weight: bold;
	font-size: 1em;
	font-family: sans-serif;
	line-height: 1.3em;
}

body {
	margin: 1em;
}

img {
	border: 0;
}

a {
	color: #75c;
}
a:hover {
	color: #86d;
}

.clear {
	clear: both;
}

/**********************************************************************/

img.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

h2, h3 {
	color: #75c;
}

.covers img {
	float: left;
	margin-right: 1em;
	border: 1px solid #555;
}

table.mixes {
	border-collapse: collapse;
	font-size: 90%;
}
table.mixes td {
	border-bottom: 1px solid #555;
	padding: 0.4em 0.6em;
}
table.mixes th {
	border-bottom: 1px solid #555;
	font-size: 90%;
	color: #888;
}

table.formats {
	border-collapse: collapse;
	font-size: 70%;
	color: #aaa;
}
table.formats th {
	font-size: 90%;
	border-bottom: 1px solid #444;
	color: #888;
}
table.formats td {
	padding: 0.1em 0.5em;
}
table.formats td.howto {
	text-align: right;
}

.format_info {
	font-size: 80%;
	margin-top: 1em;
	text-align: center;
}
.save_info {
	font-size: 80%;
	padding: 1em;
	border: 2px solid #666;
	background: #222;
}

.warning {
	font-size: 90%;
	font-style: italic;
	color: #888;
	margin-top: 0.5em;
}

