body {
	margin: 0;
	font-family: sans-serif;
	background-color: white;
	color: black;
	font-size: 12px;
	text-align: center;
	scrollbar-track-color: #eeeeee;
	scrollbar-face-color: maroon;
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: #111111;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: white;
}
h1 {
	font-size: 140%;
	margin: 0;
	text-align: center;
}
h2 {
	font-size: 120%;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 110%;
	text-align: center;
}
table input, table option {
	font-size: 90%;
}
table {
	font-size: 100%;
}
caption {
	font-weight: bold;
}
button {
	background-color: #ff6633;
	color: White;
	border: 1px solid white;
	font-size: 9pt;
	cursor: pointer;
}
input {
	font: 80%;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
a {
	color: #680000;
	text-decoration: underline;
}
a:hover {
	color: black;
}


