﻿
/*===================CSS初始化===================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
form,fieldset,input,textarea,p,blockquote,th,td 
{
    padding: 0;
    margin: 0;
}
body
{
    font:12px/1.5em Arial, Helvetica, sans-serif;
    left:0;
    top:0;
    background-color:White;
}
table 
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img 
{
    border: 0;
}
a
{
    text-decoration:none;
    color:#666666;
}
a:hover
{
    color:Blue;
}
ol,ul 
{
    list-style: none;
}
caption,th 
{
    text-align: left;
}
h1,h2,h3,h4,h5,h6
{
    font-weight: normal;
    font-size: 100%;
}
/*page1样式开始  www.5ucms.org QQ3876307 */
.page2{ width:600px; margin:0 auto; clear:both;}
.page2 li{ float:left; margin:0 ; }
.page2 a{ height:25px;padding:5px; background:#999; border:#888 1px solid; line-height:25px; display:block; color:#fff; width:auto;}
.page2 a:hover{ border-color:#333; color:#333;line-height:25px;margin:0; }
.page2 .current{ border-color:#333; color:#333;line-height:25px; margin:0;}
.page2 span{float:left; display:block; height:25px; line-height:25px; margin-left:5px;line-height:25px;}
