body {
	margin: 0;
	font-family: sans-serif;
	background-color: white;
	color: black;
	font-size: 0.8em;
	text-align: center;
	scrollbar-track-color: #eeeeee;
	scrollbar-face-color: #2c7d39;
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: #111111;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: white;
}
form {
	display: inline;
}
hr {
	margin-top: 1px;
	margin-botton: 1px;
	line-height: 1px;
	height: 1px;
	color: #2c7d39;
}
h1 {
	font-size: 140%;
	margin: 0;
	text-align: center;
}
h2 {
	font-size: 130%;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 110%;
	text-align: center;
	margin: 0;
}
table input, table option {
	font-size: 11px;
}
table {
	font-size: 100%;
}
caption {
	font-weight: bold;
}
button {
	background-color: #666600;
	color: White;
	border: 1px solid white;
	font-size: 9pt;
	cursor: pointer;
}
input, textarea, select {
	background-color: #ffffcc;
	font-size: 11px;
	border: 1px solid #666600;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
a {
	color: #666600;
	text-decoration: underline;
}
a:hover {
	color: black;
}


