body {
	font-family:Helvetica,Arial,Geneva,sans-serif;
	margin:0;
	background-color:#cccccc;
}

.header table {
	border-width:2px;
	border-color:#000000:
	border-style:solid;
	padding:3px;
}

.header th {
	text-align:right;
}

.plainAddress {
	color:#00ff00;
}

.obscuredAddress {
	color:#ff0000;
}

.top {
	text-align:center;
}

.left {
	width:120px;
	float:left;
}

.content {
	background-color:#ffffff;
	padding:5px;
	margin-left:120px;
}

.bottom {
	text-align:center;
}

