body {
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #ccc;
}

.content {
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;

	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 3px solid gray;
	border-right: 3px solid gray;
}

h1, h2 {
	margin-top: 1em;
	font-size: 110%;
}

h1, h2, h3, h4 {
	color: black;
	border-bottom: 3px dotted #881100;
}

h3, h4 {
	border-bottom: 2px dotted #881100;
	font-size: 100%;
}

p {
	margin-left: 1em;
}

a, a:link, a:visited, a:hover {
	color: #128;
	font-weight: bold;
	text-decoration: none;
	font-size: 95%;
	border-bottom: 1px dotted #128;
}

a:hover {
	text-decoration: underline;
	border-bottom: 1px dotted white;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1em;
}

dl {
	border: 1px dashed #ccc;
	background-color: #eee;
	padding: 1em;	
	margin-left: 1em;
	margin-right: 1em;
}