/*  */
a{text-decoration: none;} /* underline */ 
a:link {color: #808080;} /*  */
a:visited {color: #808080;} /*  */
a:hover{COLOR: #ff7200;text-decoration: underline;} /*  */ 
a:active {color: #0000ff;} /*  */

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
html
{background: #CCFFCC url("../Skin/web/bg.gif");}
body
{
FONT-SIZE: 9pt;COLOR: #666666;
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定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
/* ==用户登录框定义== */
.gonggao
{
position: absolute; width: 295px; height: 16px; left: 315px; top: 49px; visibility:visible
}
.caidan
{
position: absolute; width: 180px; height: 16px; left: 628px; top: 49px; visibility:visible
}