@charset "utf-8";
/* CSS Document */
body {
	width: 400px;
	height: 450px;
	border: 2px red groove;
	padding: 10px 10px;
	}
h1	{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}
td	{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: right;
	width: 115px;
	}
h2{
	font-size: 12pt;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#submit {
	margin-left: 200px;
}

