main2.css

来源:互联网 发布:明威软件 编辑:程序博客网 时间:2024/05/05 04:41

a:visited {
 color: #000000;
 text-decoration: none;
}

a:active {
 color: #000000;
 text-decoration: none;
}

a:hover {
 color: #15387c;
 text-decoration: none;
}

.top_bg {
 background-image: url(../images/top_bar_bg.gif);
 height: 12px;
}

.logo_topbg {
 background-image: url(../images/logo_new.gif);
 background-repeat: repeat-x;
 background-position: top;
 position: fixed;
 width: 1003px;
 height: 62px;
}