/*	GURPS cascading style sheet
	by Matt Jozwiak
	version 2005.07.19
  Edited by Gerald Grenier		*/

br
	{
	clear: both;
	}
h1
	{
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: center;
	}
h2
	{
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: center;
	}

h3
	{
	font-variant: small-caps;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 0em;
	width: 40%;
	}
h4
	{
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: right;
	float: right;
	width: 33%;
	}
h6
	{
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: center;
	}
hr
	{
	clear: both;
	}
.image
	{
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-top: 0em;
	}
p
	{
	margin-bottom: 0em;
	margin-left: 0em;
	margin-top: 0em;
	text-indent: 1.5em;
	}
p.hang-indent
	{
	margin-bottom: 0em;
	margin-left: 1.5em;
	margin-top: 0em;
	text-indent: -1.5em;
	}