	<style type="text/css">
	body {
		background-color:#fff7d6;
		background-image:url("../img/back/beigebd.gif");
		color:#400000;
		padding-left:12px;
		margin-right:24px;
	}
	html,body {
		scrollbar-face-color:#fff7d6;
		scrollbar-shadow-color:#fff7d6;
		scrollbar-track-color:#ffdec6;
		scrollbar-base-color:#ffdec6;
		scrollbar-highlight-color:#ffffff;
		scrollbar-arrow-color:#daa520;
		scrollbar-3dlight-color:#daa520;
		scrollbar-darkshadow-color:#daa520;
	}
	.list {
		table-layout:fixed;
		background-color:lemonchiffon;
	}
	.list th {
		font:normal 16px "MS UI Gothic";
		color:#400000;
		border-bottom:double 3px #400000;
		border-top:solid 1px #400000;
		border-left:solid 1px #400000;
		background-color:cornsilk;
	}
	.list th#make {
		border-bottom:none;
	}
	.list th#mg {
		border-left:double 3px #400000;
	}
	.list td {
		font:normal 16px times;
		border-left:solid 1px #400000;
		border-bottom:solid 1px #400000;
		text-align:center;
	}
	.list td#mg {
		border-left:double 3px #400000;
	}
	.list td#ja {
		font:normal 16px "MS UI Gothic";
	}
	.list td#mgja {
		border-left:double 3px #400000;
		font:normal 16px "MS UI Gothic";
	}
	p {
		font:normal 24px "poor richard",times;
	}
	.caption {
		position:absolute;
		top:10px;
		left:548px;
	}
	</style>
