body
{
margin:0px;
font-size:12pt;
font-family:Comic Sans MS,Arial,"Times New Roman", Times, serif,Helvetica, sans-serif;
background-color: #333333;
/*background:url(/Skin/sysurules.jpg);*/
background:url(/Skin/bg.gif);
line-height:150%;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;
font-size:13px; 
line-height:150%;
font-family: "Comic Sans MS",Arial, Helvetica, sans-serif;
} /* 链接无下划线,有为underline */ 
a:link {color: #ffde00;} /* 未访问的链接 */
a:visited {color: #ffde00;} /* 已访问的链接 */
a:hover{color: #0e28ec;} /* 鼠标在链接上 */ 
a:active {color: #ccb200;} /* 点击激活链接/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
.Title{
font-family: "Comic Sans MS",Arial, Helvetica, sans-serif;
color:#ffde00;
/* font-weight: blod; */
font-size:13pt;
}

/* 网站Nav链接的css定义:可定义内容为链接字体颜色、样式等 */
.Nav{
font-family: "Comic Sans MS",Arial, Helvetica, sans-serif;
color:#ffde00;
/* font-weight: blod; */
font-size:12pt;
}
a.Nav:link {color: #ccb200;} /* 1D365   0e28ecF*/ 
a.Nav:hover{color: #0e28ec;}
a.Nav:visited {color: #ffde00;}
a.Nav:active {color: #ffde00;}
/*可定义内容为网页字体颜色、背景、浏览器边框等 */
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
.links
{
	font-family:"Arial";
	font-size: 12pt;
	line-height: 200%;
	font-weight: normal;
         color:#ffde00;
}
.contact
{
	font-family:"Arial";
	font-size: 12px;
         color:#ffffff;
	line-height: 180%;
	font-weight: normal;
}

table
{
         /* table-layout: fixed; 
         word-wrap:break-word; */
         font-family: "Comic Sans MS",Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:200%;
	font-weight: normal;         
    color:#ffde33;

}
div { 
word-wrap:break-word;
overflow:auto; 
}
.ArticleTitle
{
color: #FFFFFF;
font-size:18px;
font-weight: bold;
}
.STYLE1 {
	color: #FFFFFF;
	line-height: 15pt;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
}
.STYLE2 {
	color: #ccb200;
	font-family: "Monotype Corsiva";
	font-size:12px;
	}

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
.buttom
{
font-size: 12px;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 12px;height: 20px;
}

