
body {
	scrollbar-3dlight-color : #222222;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	background: url(../20050125images/bg.gif);
}/*定义划框的颜色的和形式*/

a, a:link, a:active, a:visited{
   color:#181818;
	font-size:12px;
	text-decoration: none;
}/*定义链接的颜色为深灰，字高为12px*/

a:hover{
	color: #f67e00;
	text-decoration: underline; 
}/*鼠标移动过的颜色为橙色，有下滑线*/

h1 {
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
}/*题目一，字高14px，粗体，没有下滑线*/

h2 {
	font-size:14px;
	font: italic;
	line-height: 18pt;
}/*题目二，字高14px，斜体，没有下滑线*/
img {
	border:0;
}/*图片没有边框*/

td,div {
	font-size:12px;
	line-height: 18pt;
}/*填入td和div的字符字高为12px，行高为18px*/

ul.dot {
	font-size: 12px;
	list-style-image: url(../20031219images/b_dot.gif);
	text-decoration: none;
	list-style-position: outside;
}/*定义项目符号*/

hr{color: #525152; height: 1px; width:100%}/*定义水平线*/

input, textarea {
	font-family: Verdana;
	font-size: 9pt;
	border: 1px solid #888888;
	color:#525152; background-color:#ffffff;
}/*定义填写框*/

.azone{
   font-size: 12px;
   line-height: 14pt;
   text-decoration: none;
}/*定义A区文字*/
.azonered{
	　 font-size: 12px;
   line-height: 14pt;
   color: red;
   text-decoration: none;
}/*定义A区红色文字*/
.whiteword{
	font-size:12px; color: #ffffff; line-height:16px; text-decoration:none;
}/*定义白色文字*/

.azonered td, .azonered a:link, .azonered a:visited{
　 font-size: 12px;
   line-height: 14pt;
   color: red;
   text-decoration: none;}
.azonered a:active, azonered a:hover{
	color: #ff6600;text-decoration:none;
} 

.whiteword td, .whiteword a:link, .whiteword a:visited{
	font-size:12px; color: #ffffff; line-height:18px; text-decoration:none;
}
.whiteword a:active , .whiteword a:hover{
	color: #ff6600; text-decoration:underline;
}

td.underline {
	border-bottom-color: #222222;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
}/*在td下面加入底部虚线*/

td.pad8p{
   font-size:12px;
	padding:8px;
｝/*td内留出8px的边框*/
