body {
	font: normal 100% arial;
	margin: 0px;
}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
header table {
	width: 100%;
}
header table tr th {
	background-color: #369;
	color: #fff;
	font: normal 200% arial;
}
article {
	margin: 50px 0px 30px 0px;
	width: 370px;
}
article table tr td {
	border: 1px solid white;
}
table tfoot tr th button {
	width: 200px;
}
section table tr th,td {
	border: 1px solid black;
}
a {
	text-decoration: none;
}
button {
	width: 120px;
}
form {
	margin: 0px;
}
h1,h2,h3,h4 {
	margin: 0;
}
h4 {
	background-color: #F00;
	color: #FFF;
	width: 370px;
}
input {
	width: 322px;
}
table {
	border-collapse: collapse;
}
section table {
	width: 370px;
}
section table thead tr th {
	background-color: #369;
	color: #fff;
}
section table tbody tr th {
	font: normal 100% arial;
	text-align: center;
}
section table tfoot tr th {
	background-color: #369;
	color: #fff;
}
ul {
	padding-left: 20px;
}
footer {
	background-color: #369;
	color: #fff;
	font: normal 100% arial;
	width: 100%;
	bottom: 0;
	left: 0;
	position: fixed;
}
