body
{
	font: 16px serif;
	background: white;
	color: black;
}
.bluebox
{
	border: 1px solid blue;
	padding: 10px;
	text-align: center;
	background: white;
	color: black;
}
.bluebox .header
{
	margin: -10px -10px 10px;
	color: white;
	background: blue;
	font: bold 100% sans-serif;
}
.frontcover img
{
	margin: 0 auto -260px;
	display: block;
	position: relative;
	z-index: 1;
}
.frontcover table
{
	position: relative;
	z-index: 2;
}
.frontcover td
{
	width: 50%;
	vertical-align: bottom;
}
.frontcover .left
{
	text-align: left;
	font-size: 80%;
}
.frontcover .right .bluebox
{
	text-align: left;
	padding: 5px;
}

.copy
{
	font-size: 66.6666667%;
}

.back
{
/*
	position: absolute;
	top: 5px;
	right: 5px;
*/
	float: right;
	margin: 0 5px 5px 5px;
}
.back :link, .back :visited
{
	text-decoration: none;
}

/*
The first div's 50%'s are relative to the size of the window,
the second div's 50%'s are relative to the size of the first div.
The the second div will size to fit the content, and as it's position:relative,
the first div will size to fit the second div.
Thus the centre of the second div will be positioned in the centre of the window.
*/
div.backcover1
{
  position: absolute;
  top: 50%;
  left: 50%;
}
div.backcover1 div
{
	position: relative;
	top: -50%;
	left: -50%;
	white-space: nowrap;
}
div.backcover2
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	font-size: 75%;
}
div.backcover2 h1
{
	font: bold 200% sans-serif;
}

ul.choices
{
	list-style-image: url(images/smalldot.png);
	clear: left;
	margin: 0;
}

/* hide visited links */
:link, :visited, .fakelink
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
:link:hover, :visited:hover, .fakelink:hover
{
	color: #069;
}
:link:active, :visited:active, .fakelink:active
{
	color: green;
}

h1
{
	font: bold 125% sans-serif;
	margin: 0;
}
p
{
	margin: 0 0 0.75em;
}

.float
{
	float: left;
	clear: left;
	margin: 0 0.5em 0 0;
}

.allpage
{
	position: relative;
	margin-top: 1em;
}
.allpage#page_backcover
{
	height: 40em;
}