@charset "utf-8";
/* CSS Document */
body
{
	background-color:#FBE3C8;
}
h1
{
	background-color:#9E6D03; 
	color:white; 
	width:45%; 
	border-radius:12px;
	font-size:28px;
	vertical-align:middle;
	text-align:center;
}

.BlockHead
{
	background-color:#9E6D03;
	color: white;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	vertical-align:middle;	
}

input
{
	background-color:white;
	color:#9E6D03;
		
}
.OutTableStyle
{
	border: solid;
	border-color:#F7D1A6;
	border-radius:20px;
}

.OutTableTDStyle
{
	border: solid;
	border-color:#FBE3C8;
	border-radius:20px;
}
