﻿/* 全局样式 */
body,ul,ol,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,table,tr,td,img,div{margin:0; padding:0; border:0; vertical-align:top; text-align:left;}
body
{
    background-color:White; color:Black; font-family: 宋体; font-size: 12px; margin:auto; width:980px; background-repeat:no-repeat;
}
select,input,img
{
    vertical-align:middle;
}
ul,ol
{
    list-style:none;
}
a
{
    text-decoration:none;
}
a:link,a:visited
{
    color:Black;
}
a:hover
{
    color:Red;
}
a:active
{
    color:Blue;
}
.biankuang
{
    border-style:solid;
    border-color:#cacaca;
    border-width:1px;
}
.ul_li_list
{
    list-style-image:url('/include/img/list_style_disc.jpg');
    list-style-position:inside;
    list-style-type:square;
}
.input_underline
{
    border-bottom:1px solid Red;
    color:Black;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    background-color:transparent;
}
.clearit{clear:both;}
