body	{background-color:rgb(255, 255, 255);
	color:rgb(31,31,31);
	margin-right:8%;
	margin-left:8%}

a:link	{color:#00008b}
a:visited	{color:#800000}
a:active	{color:#ff0000}
a:hover	{color:#800000}

p	{line-height: 150%;
	margin-top:1.5em}
		
p.sml	{font-size:smaller;
	line-height: 150%;
	margin-top:1.5em}

h1	{font-size:200%;
	font-weight:normal;
	white-space:nowrap}
	
h2	{font-size:150%;
	font-weight:normal;
	white-space:nowrap;
	margin-bottom:1.5em}

span.sml	{font-size:smaller}
span.udl	{text-decoration:underline}
		
div.lftmgn	{margin-left:5%}

hr	{width:100%;
	height:1px;
	background-color:rgb(31,31,31);
	border:solid 0px black;
	margin-bottom:1em;
	margin-top:1em}
	
table.simple	{border:solid 1px rgb(31,31,31);
		padding:5px}
td.simple	{border:solid 1px rgb(31,31,31);
		padding:5px}