h1 {
	text-align: center;
}
h2 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted black;
	width: 8em;
}
address {
	font-style: normal;
}
dl, p, address {
		margin-left: 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}

.justabox {
  border: 3px solid #000;
  background: #feb;
  padding: 0.5em;
  margin: 0.5em 200px 0.5em 0em;
  max-width: 45em;
/* http://www.svendtofte.com/code/max_width_in_ie/ */
  width:expression( 
    document.body.clientWidth > (945/12) * 
    parseInt(document.body.currentStyle.fontSize)?
	"45em":
	"auto");
}
.signature {
	width: 16em;
	float: right;
	font-size: smaller;
	margin-top: -5em;
	color: #666;
	font-style: italic;
	text-align: right;
}
.photo {
	width: 186px;
	float: right;
	margin: 0 0 0.5em 1em;
}
.photo img {
	border: 3px solid black;
}
