body 	{
	background: white; color: black;
	}

a:link		{ color: #0000ff; }		/* unvisited links */
a:visited	{ color: #660033; }		/* visited links */
a:hover		{ color: #cc0000; }

h1 {
	text-align: center
}
h1,h2,h3,h4,h5 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #330000
} 

pre {
	font-family: courier,"Courier New",monospace; 
}
th	{
	color: black;
	background: #cccccc
}
address {
	font-size: smaller;
	font-style: normal;
	text-align: right;
	padding-top: 6pt;
	border-color: #330000 white white white;
	border: solid;
	border-width: thin 0 0 0;
	margin-top: 12pt;
	margin-left: 0em
}

/*
 * .reference is a class designed to be applied to p tags for APA-style 
 * references.
 */
.reference {
	text-indent: -2em; margin-left: 2em
	}

.center {  text-align: center}
.abstract {
	font-size: smaller
}

p {  }
