body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: normal;
	color: #000000;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #66667e;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: #66667e;
	scrollbar-shadow-color: #66667e;
	scrollbar-track-color: white;
}
button {
	font-size: 16px;
	height: 32px;
	width: 32px;
}
select {
	left: 2px;
	height: 24px;
	width: 250px;
	display: compact;
	float: right;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}

