body {  background: #A01D22;
scrollbar-face-color:#A01D22;
scrollbar-3dlight-color:#7D181C;
scrollbar-highlight-color:#9B6062;
scrollbar-shadow-color:#7D181C;
scrollbar-darkshadow-color:#7D181C;
scrollbar-arrow-color:#7D181C;
scrollbar-track-color:#7D181C}						/*IE浏览器滚动条样式*/

/*文本样式*/
.text {
	font-family: "Times New Roman";
	font-size: 14px;
	line-height: 24px;
	color: #EFDF32;
}
a{
	text-decoration: none;
	color: #FDFF41;
	font-family: "Times New Roman";
	font-size: 14.8px;
	line-height: 24px;
}				/*标准链接样式*/
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}					/*标准链接样式*/.biao {
	font-family: "Times New Roman";
	font-size: 14.8px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.input {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #660000;
	background-color: #DC7C7C;
	border: 1px solid #660000;
}

