BODY {
	COLOR: #000;
	BACKGROUND-COLOR: RGB(247,238,174);
	font-family: Arial;
	margin: 1em;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

h2, h3 {
	color: black;
}

p {
	color: blue;
	font-size: 1em;
	line-height: 1.5em;
}

table#surnames {
	border: 3px outset gray;
	border-collapse:collapse;
	empty-cells:show;
}

td.names {
	border: 1px inset gray;
	padding: 6px;
}

#revisions {
	color: green;
	font-size: 1em;
	line-height: 1.5em;
}

td.rev {
	padding: 6px;
	vertical-align: top;
}

address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted 
}
