body	{	
	font-size:      1.2em;
	font-family:    'Monotype.com', 'Courier New', monospace;
	color:		white;
   	background:	black;

	margin-top:	1.58em;
	margin-left:	15%;
	margin-right:	15%;
	margin-bottom:	1.58em;
	width:		auto;
	}

p, pre
	{
	padding-left:	1.58em;
	}

a	{
	text-decoration: none;
	color:		white;
	background:	black;
	}       

a:hover {
	text-decoration: underline;
	}

img	{
	margin-top:	1.75em;
	border:		none;
	}

h2	{
	font-weight:	bold;
	margin-top:	1.75em;
	margin-bottom:	.33em;
	}

div.indent { padding-left: 3em }
