body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: "ËÎÌå", "Arial Black;";
	font-size: 12px;
	line-height: 16px;
}
td {
	font-family: "ËÎÌå", "Arial Black;";
	font-size: 12px;
	line-height: 16px;
}
A:link {
	COLOR: blue;
	text-decoration: none;
}
A:visited {
	COLOR: blue; TEXT-DECORATION: none}
A:hover {
	BACKGROUND: red;
	COLOR: yellow;
	text-decoration: none;
}
input {
	border: 1px solid;
	background-color: white;
}
textarea {
	border: 1px solid;
}
hr {
	height: 1px;
	color: #999999;
}