@charset "utf-8"; 


main{
	width: 100%;
	margin: 0px auto;
}

article{
	margin: 5px 45px 15px 45px;
	padding: 25px 35px;
	background-color: white;
	color: black;

}

header{
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	word-spacing: 2px;
	letter-spacing: 1px;
}

h3{
	width: 100%;
	color: maroon;
	background-color: #ffd700;
	font-weight: 800;
	padding: 8px;
	text-align: center;
	white-space: pre-line;
}

small{
	color: white;
	margin-left: 7%;
}

em{
	color: green;
}

section p{
	font-size: 8px;
}

section{
	color: #636;
	height: 20%;
}

table{
	table-layout: auto;
	margin: 0px auto;
	text-align: center;
}

table.button{
	width: 100%;
}

table.input{
	width: 100%;
}

table.input td:first-child{
	font-size: small;
}

table.button{
	width: 100%;
}


td{
	display: inline-block;
	align: justify;
}


a{font-size: xx-small;}

form{
	width: 100%;
	margin: 0px auto;
	padding: 8px;
    background: #eee;
}

input[type="text"]{
	font-size: x-large;
	color: navy;
	background-color: #ffff99;
	border: 1px solid #66cc99;
}

input[type="button"]{
	font-size: 50%;
	color: gray;
	background-color: #66cc99;
	font-weight: 600;
	border: 1px solid #009966;
	height: 20px;
	margin: 5px;
}

input[type="reset"]{
	font-size: 50%;
	color: gray;
	background-color: #66cc99;
	font-weight: 600;
	border: 1px solid #009966;
	height: 20px;
	margin: 5px;
}

