body { 
	margin: 8px; 
	padding: 0;
	background-color: #b38e61;
	font-size: 1em;
}

h2 { 
	font-size: 1.5em; 
	font-weight: bold; 
	font-variant: small-caps; }

h1 { 
	font-size: 2em; 
	font-weight: bold; 
	font-variant: small-caps; 
}

a { 
	color: navy; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover, a:focus { 
	color: blue; 
	font-weight: bold; 
	font-stretch: semi-expanded; 
	text-decoration: underline; 
}

img {
	border: 0;
}

table.center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25%;
	margin-left: -25%;
}

table {
	empty-cells: show;
}