.text1 {
	font-size: 11px;
	font-weight: normal;
	color: #313131;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
.text1:hover {
	color: #FF7E00;
	text-decoration:underline;
}
.text {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
.text:hover {
	color: #000000;
	text-decoration:underline;
}
.more {
	text-decoration:none;
	background-image:url(../images/read1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width:81px;
}
.more:hover {
	background-image:url(../images/read2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width:90px;
	text-decoration:underline;
}
