html{
			font-size:84%;
			line-height:1.5;
		}
body{	
			font-family:verdana, arial, sans-serif;
			font-size:1em;
			background-color:#fff;
			color:#000;
			width:50em;
		}
h1{
			font-size:1.5em;
			font-weight:normal;
		}
h2{
			font-size:1.2em;
			font-weight:normal;
		}
h3{
			font-size:1.1em;
		}
#pubRef,
#postscript{
			font-style:italic;
			padding:0.5em;
			border-width:1px 0;
			border-style:solid none;
			border-color:silver;
		}
#postscript em {
			font-style:normal;
		}
#article{
			margin:1em 5em 1em 5em;
		}
#copyright{
			text-align:right;
			margin-right:5em;
			margin-bottom:1em;
		}