body {
	font-family: "ËÎÌå";
	font-size: 14px;
	background-color: #900;
	color: #fff;
	margin-top: 10px;
}

a:link {
	color: #6cf;
	text-decoration: none;
}

a:visited {
	color: #6cf;
	text-decoration: none;
}

a:active {
	color: #6cf;
	background-color: #c33;
	text-decoration: none;
}

a:hover {
	color: #6cf;
	background-color: #c33;
	text-decoration: none;
}