a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{COLOR: #ff0000;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.index-lx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.index-about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.bottom111 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.content {
	font-family: "新宋体";
	font-size: 12px;
	font-style: normal;
	color: #352B04;
	text-decoration: none;
}
#photo1{
background-color:#FFFFFF;
padding:2px;
margin:0px;
border:1px solid #8B8B8B;
margin-bottom:8px;
}
.imgwidth450
{
max-width:450px;
width:expression(this.width >450 ? "450":true);
} 
.imgwidth250
{
max-width:250px;
width:expression(this.width >250 && this.height < this.width ? "250":true);
}
.imgwidth150
{
max-width:150px;
width:expression(this.width >150 ? "150":true);
} 
.imgwidth100
{
max-width:100px;
width:expression(this.width >100 ? "100":true);
} 
.imgheight120
{
max-height:120px;
height:expression(this.height >120 && this.height < this.width ? "120":true);
} 
.imgheight85
{
max-height:85px;
height:expression(this.height >85  ? "85":true);
}
