body {
	scrollbar-track-color : #669966;
	scrollbar-shadow-color : #ffffff;
	scrollbar-highlight-color : #669966;
	scrollbar-face-color : #669966;
	scrollbar-base-color : #000000;
	scrollbar-arrow-color : #ffffcc;
	scrollbar-darkshadow-color : #000000;
}

TD {
	color : #000000;
	font-family : "宋体";
	font-size: 12px;

}

a {
	font-family : "宋体";
	font-size: 12px;
	font-style: normal;
	text-decoration: underline; 
	color: #0066cc;
}

a:link {  
	font-family : "宋体";
	font-size: 12px;
	font-style: normal;
	text-decoration: underline; 
	color: #0066cc;
}
a:visited {
	font-family : "宋体";
	font-size: 12px;
	font-style: normal;
	text-decoration: underline; 
	color: #0066cc;
}
a:hover {
	font-family : "宋体";
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
    color: #ff9900;
}


HR {
	height: 1px;
	color: #666666;
	width: 95%;
}


INPUT {
        background-color: #eaeaea; 
        color: #000000; 
        font-family: "宋体"; 
        font-size: 12px; 
        font-weight: normal;
        border: 1; 
        border-style: solid; 
        border-color: black;
}
