body {
	margin: 2em;
	color: #330000;
	background:#fff9f9;
}
div.title {
	font-size:150%; 
	font-weight:bold;
	font-style:normal;
	padding: 0.2em;
	background:#220000;
	color: #ffffff;
}
h1 {
	font-size:120%; 
	font-weight:bold; 
	font-style:normal;
}
p, li, dd, dt {line-height: 1.5em;}
address {
	font-size: 90%;
	font-style:normal; 
	text-align:right; 
	padding: 0.5em;
	color: transparent;
	background: #f9f0f0;
}
a {
	text-decoration:none; 
	color:#660000; 
        border-width:0px 0px 1px; 
	border-style:none none dashed;
}
a:link {
	font-weight:bold;
}
a:visited {
	font-weight:normal;
}
em {
	font-style:normal;
	font-weight:bold;
}