body {
	font: normal 0.875em Verdana, Arial, Helvetica, sans-serif;	/* 14px / 16px = 0.875em */
	color: #660000;
	background-color: #FFFFCC;
}

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

img {
	border: 0px;
	padding: 5px;
}

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

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

#page {
	float: left;
	margin-top: 5px auto;
	margin-bottom: 40px auto;
	margin-right: 40px auto;
	margin-left: 40px auto;
	padding: 0 1em;
	max-width: 50em;		/* 800px / 16px = 50em */
}

h1 {
	margin-left: 18%;	/* 144px / 800px = 0.18 */
	width: 82%;			/* 656px / 800px = 0.82 */
}

.entry {
	float: left;
	width: 100%;
}

.entry h2 {
	float: right;
	width: 85.425%;		/* 844px / 988px = 0.85425 */
}

.entry .info {
	float: left;
	margin-top: 0.72727em;	/* 8px / 11px = 0.72727em */
	width: 15.5%;		/* 124px / 800px = .155 */
}
.entry .content {
	float: right;
	width: 82%;		/* 656px / 800px = 0.82 */
}

.entry .main {
	float: left;
	width: 100%;	/* 700px / 800px = 0.82938 */
}

ul {
	list-style:none;
	display:inline;
	font-weight: bold;
	font-size: 0.75em;	/* 12px / 16px = 0.75em */
}
