/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a.{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #FFFFFF;} /* 未访问的链接 */
a:visited {color: #FFFFFF;} /* 已访问的链接 */
a:hover{color: #ff7322;} /* 鼠标在链接上 */ 
a:active {color: #ff7322;} /* 点击激活链接 */
/* 淡黄色文字样式 */
a.yellow1{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.yellow1:link {color: #ee9664;} /* 未访问的链接 */
a.yellow1:visited {color: #ee9664;} /* 已访问的链接 */
a.yellow1:hover{color: #ff7322;} /* 鼠标在链接上 */ 
a.yellow1:active {color: #ff7322;} /* 点击激活链接 */
/*靓黄色文字 */
a.yellow2{text-decoration: none;} /* 链接无下划线,有为underline */ 
a.yellow2:link {color: #ff7728;} /* 未访问的链接 */
a.yellow2:visited {color: #ff7728;} /* 已访问的链接 */
a.yellow2:hover{color: #ff8d28;} /* 鼠标在链接上 */ 
a.yellow2:active {color: #ff8d28;} /* 点击激活链接 */

.yellow1 {
color: #ff7322;
}
.yellow2 {
color: #ff7728;
}
.newsdate {
color: #ff7728;
}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
margin-top: 0px;
font-size: 9pt;
background-position:center;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #0c0203;
text-decoration: none;
scrollbar-face-color: #3c170b;
scrollbar-highlight-color: #4d2a1f; scrollbar-shadow-color: #0e0705; scrollbar-3dlight-color: #0e0705; scrollbar-arrow-color: #865038; scrollbar-track-color: #5c3e35; scrollbar-darkshadow-color: #4d2a1f;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"Arial,宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
         color:#FFFFFF;
}
.title5
{
width:180px;
background-color: #4b190c;
line-height: 120%;
padding-top:2px;
cursor:hand;
}
