html,body{
    margin:0px;
    padding:0px;
	height:100%;
	width:100%;
    cursor:default;
}

*{
    font-family:"ËÎÌå";
    font-size:12px;
    color:#666666;
}

a:link,a:visited,a:active{
    text-decoration: none;
    color:#666666;
}
a:hover{
    text-decoration: none;
    color:#666666;
    position:relative;
    top:1px;
}
