body {
	font-family: arial;
	margin: 0px;
}
a {
	text-decoration: none;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
header {
	margin: 0px;
	width: 100%;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 2;
}
header table {
	background-color: #CCC;
	width: 100%;
}
header table tr th {
	font-size: 20px;
	width: 100%;
}
header table tr td img {
	height: 48px;
}
header table tr th input {
	width: 100px;
}
header table tr th button {
	width: 60px;
}
article {
	margin: 60px 0px 40px 0px;
}
article h1 {
	margin: 0px;
}
figure {
	display:inline-block;
	margin: 0px;
}
figure img {
	width: 120px;
}
figure figcaption {
	font-size: 12px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
}
section h2 {
	margin: 0px;
	margin-top: 0px;
}
section ol {
	margin: 0px;
	margin-top: 0px;
}
article ol {
	counter-reset: item;
	margin-left: -20px;
}
article ol li {
	display: block;
}
article ol li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}
article ul li {
	margin-left: 20px;
}
kbd {
  background-color: #f1f1f1;
  color: crimson;
  font-family: monospace;
  font-size: 105%;
  padding: 2px;
  white-space: pre;
}
samp {
  white-space: pre;
}
span::first-line {
	display: block;
	display: inline;
	margin: 0px;
	white-space: nowrap;
}
footer {
	background-color: #CCC;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	width: 100%;
	display: block;
	bottom: 0px;
	position: fixed;
	z-index: 2;
}
