body {
	background-color: #cccccc;
	font-family: serif;
	font-size: 16px;
	color: #000066;
}
a:link, a:visited {
	color: #0000ff;
}
a:active, a:hover {
	color: #ff0000;
}
table {
	width: 100%;
	/* position: absolute; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-spacing: 0px;
}
th, td {
	vertical-align: top;
	/* border-width: 1px;
	border-style: solid;
	border-color: #000000; */
	padding: 12px;
}
textarea {
	white-space: normal;
}
.h1 {
	font-family: sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #990000;
}
.h2 {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.copyright {
	font-family: sans-serif;
	font-size: 12px;
}
.code {
	font-family: courier;
	font-weight: bold;
	font-size: 16px;
	color: #990000;
}
pre {
	font-size: 16px;
	font-family: monospace;
	/*color: #990000;*/
}
.texts {
	font-family: sans-serif;
	color: #006600;
}
.noborder {
	border: none;
}
.box {
	background-color: #ffffff;
	padding: 12px;
	border-radius: 12px;
}
