.btn {	text-decoration: none;	margin: 0px 0 0 2px;	white-space: nowrap;	font-size: 70%;	line-height: 1.5;	padding: 2px 5px;	border-radius: 5px;	white-space: nowrap;}.btn:hover {	text-decoration: none;	color: #FFF;}.link1 {	background: #666;	/*背景色*/	color: #fff;		/*文字色*/	}.link1:hover {	background: #333;	/*背景色*/	color: #fff;		/*文字色*/}.link2 {	color: #000;		/*文字色*/	background-color: #F90;}.link3 {	color: #fff;		/*文字色*/	background-color: #235688;}.link3:hover {	color: #fff;		/*文字色*/	background-color: #0066CC;}