/* CSS Document */
*{
margin:0;
padding:0;
}
body{
	font-family: "ËÎÌå";
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
a:link {color: #333; text-decoration:none;}
a:visited {color: #333;text-decoration:none;}
a:hover { color:#990000; text-decoration:underline;}
