BODY {
	color:			black;
	background-color:	white;
}

:link {
	color:		blue;
}

:visited {
	color:		purple;
}

.name {
	font-style:	oblique;
}

.center {
	text-align:	center;
}

.float-right {
	float:		right;
}

.float-left {
	float:		left;
}

.float-clear {
	clear:		both;
}

H1, H2, H3, H4, H5, H6 {
	text-align:	center;
}

TABLE {
	text-align:	center;
	margin-top:	0.5em;
	margin-bottom:	0.5em;
}

ADDRESS KBD {
	font-family:	monospace;
	font-style:	normal;
}

DT {
	font-weight:	bolder;
}
