﻿/* CSS Document */

body {
	background-color: #054232;
}




.dh {
	color: #054231;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;		
}
.dh:hover {
	text-decoration: underline;
}
.white_frame {
	border: 1px solid #FFFFFF;

}
.green_frame {
	border: 1px solid #054232;	
}
.14green {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color:#054231
}

.12grey {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}
.copy {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.copy:hover {
    font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
