/* CSS Document */

.123 {
	font-family: "ÐÂËÎÌå";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #f47d44;
	width: 110px;
	padding: 8px;
}

.123:hover {
	font-family: "ÐÂËÎÌå";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	background-color: #FFCC00;
	width: 110px;
	padding: 8px;
}
