body {
	width: 640px;
	margin: 60px;
	font: 11px/20px "Verdana";
	color: black;
	background-color: rgb(250, 250, 190);
}

img {
	margin: none;
	border: none;
	padding: none;
}

q {
	quotes: "\2018" "\2019";
}

q q {
	quotes: "\201C" "\201D";
}

q.loose {
	quotes: '' '' '' '';
	font-style: italic;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted rgb(80, 80, 80);
}

p {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 11px;
	margin: 0 0 20px 0;
	font-weight: normal;
}

.heavy {
	font-weight: bold;
	letter-spacing: 1px;
}

hr {
	border: none;
	border-top: 1px dotted white;
	margin: 0px 0 0px 0;
}
