<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	color: #000000;
	background: #ffffff;
/*	font-family: sans-serif;*/
}

#header{
	text-align: center;
}

#abstract_container{
	margin: 0 auto;
	width: 500px;
}

#p_header{
	color: green;
}

#jumpbox{
	text-align: center;
/*	border-top:    1px solid #000000;
	border-bottom: 1px solid #000000;
	float: center;*/
}

.h4_title{
	color: yellow;
	background: #000000;
	text-align: center;
	height: 1.3em;
}

.em1{
	color: darkorange;
	font-style: normal;
}

.em2{
	color: green;
	font-style: normal;
}

div.box{
	padding-top: 5px;
	clear: both;
}
div.namelist{
	width: 200px;
	float: left;
}
div.add{
	width: 300px;
	float: right;
}
div.form{
	width: 140px;
	float: left;
}
div.date{
}
div#box2{
	text-align: right;
	clear: both;
	border-top: 2px solid black;

}

</pre></body></html>