/* CSS Document */
.linkd {
	text-decoration: none;
}

.per_height{line-height:150%;}

.percolor{ color:#0000CC;}
.percolor1{ color:#FF0000;}


#demo {
	overflow:hidden;
	width: 100%;
}


#demo img {
height:70px;
width:150px;
}

#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}

.ww{
 float:left;
 text-align:center;
 margin-top:5px;
 margin-left:3px;
 margin-right:3px;
 
}


.hide {
display: none;
}

.link {
	text-decoration:none;
	font-size:12px;
	color:#000000;
	font-family: "ËÎÌå";
}
.link:hover{
	color:#F00;
	text-decoration:underline;
	font-family: "ËÎÌå";
}
.fen{
	font-size:12px;
}
	
/*
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}*/