body{color:black; background:#ffffe0}
p{color:black; font-family: Times; font-size: 12pt}
h1{	color: white;
	background-color: navy; 
	border: black;
	font-family: helvetica; 
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	width: 100%; 
	padding-top: 0.5em;
	padding-bottom:0.5em;
}
h2{ 	color:white;
	font-family: helvetica;
	font-size: 20pt; 
	background:teal;
	width:70%;
	padding-top:0.3em;
	padding-bottom:0.5em;
	border:teal;
	font-wieght: bold;
}
h3{ color:black; font-family: helvetica; font-size: 17pt;
    background:#e0ffe0 }
h4{ color:black; font-family: helvetica; font-size: 14pt }
table{ background:#e0f0ff; border:2 }
table.plain{
	color: black;
	background:#ffffe0;
	border:0;
}
table.command{
	color: black;
	background-color: white;
	border: 0;
	align: center;
	text-align: center;
}
p.abstract{
	font-size: x-small;
	font-style:italic; width:90%;
        margin-left: 18pt;
}
pre{	color: blue;
	background-color:transparent;
	background-image:none;
	font-family: Courier,monospace;
        margin-left: 40pt;
	font-size: x-small;
}
em.red{
	color:red;
	background-color:transparent;
        background-image:none;
	font-weight: normal;
	font-style: normal;
}
