﻿/*
初始化清空
*/
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-left:0;
	margin-right:0;
	margin-top:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

	} 
table 
{
	border-collapse: collapse;
	border-spacing: 0;
	} 
fieldset,img 
{
	border: 0;
	} 
address,caption,cite,code,dfn,em,strong,th,var 
{
	font-weight: normal; 
	font-style: normal; 
	} 
caption,th 
{
	text-align: left;
	} 
h1,h2,h3,h4,h5,h6 
{
	font-weight: normal;
	font-size: 100%; 
	} 
abbr,acronym  
{
	border: 0; 
	}

/*
从新写样式
*/
body  
{
	font:normal 12px/20px Arial, Verdana, Lucida, Helvetica, simsun, sans-serif; 
	color:#313131; 
	}
div
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
a 	
{
	color: #595B59;	
   	text-decoration: none;
   	}
a:link   
{
	color: #595B59;
	} 
a:hover   
{
	color: #595B59; 
	text-decoration:underline;
	} 
a:visited   
{
	color: #595B59; 
	} 
button
{
	cursor:pointer; 
    border:solid 1px #666; 
    background-color:#CCDFF2;
    }
textBox
{
	border:solid 1px #2b2b2b;
	width:80px;
	height:16px;
	}
