body {
	min-width : 70%;
	width : 600px;
	color : black;
}
body.home {
	width : 70%;
	max-width : 800px;
}
p		{ line-height : 150%; margin : .6em 0; }
h1, h2, h3	{ font-style : italic; }
a		{ color : #333; }
a:visited	{ color : #555; }
a:hover	{ color : black; }
hr {
	width : 100%;
	margin-left : 0;
}
blockquote.contents	{ margin-left : 1em; }
blockquote.contents p	{ line-height : normal; }
h2.contents	{ font-style : normal; }
.topimg	{ margin : 6px 0; }
.propos	{ margin-left : 1em; }
table.propos tr td	{ padding-right : .5em; font-size : small; }
.counter {
	font-size : xx-small;
	text-align : right;
}
.guide {
	font-size : small;
}
.new:after {
	content : " [New]";
	color : #D11;
	font-size : xx-small;
	font-style : italic;
	font-weight : normal;
	position : relative;
	top : -.7em;
}
