* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: px;
	padding: 36px;
	background: url(background.png);
	font: 11pt georgia,serif;
	line-height: 1.5;
}

h1 {
	margin-bottom: 0.5em;
}

h2 {
	font-size: 11pt;
	margin-bottom: 0.5em;
}

li {
	margin-left: 2em;
}

a:link {
	color:royalblue;
}

p {
}

a:visited {
	color:slategray;
}

a:hover, a:acctive {
	color: goldenrod;
}

div#page {
	padding-left: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
	background: white;
	border: solid 1px slategray;
}

div#header {
}

div#header h1 {
	font-family: verdana,sans-serif;
	font-size: 24px;
}

div#status {
	padding: 8px;
	position: absolute;
	top: auto;
	left: auto;
	right: 56px;
	bottom: auto;
	width: 240px;
	font-size: 80%;
	border: solid 1px slategray;
	background: beige;
}

div#status h2 {
	font-size: 11ptb;
}

div#status dt {
	font-weight: bold;
}

div#status dd {
	margin-bottom: 0.5em;
}

div#contents {
	padding-right: 296px;
}

div#contents h2 {
	border-bottom: solid 1px slategray;
	margin-top: 1em;
}
