body
{
text-align:center;
color:#59a3b5;
background:#010224;	
}
/** 清除内外边距 **/
body, div, h1, h2, h3, h4, h5, h6, hr, p,strong,em,blockquote,dl, dt, dd, ul, ol, li,pre,form,input,textarea,iframe,select,span,fieldset, legend,label, button,table,caption, thead,tbody,tfoot,td, th,a,img
{ 
  margin: 0px atuo; 

  padding: 0px; 
} 

/** 设置默认字体 **/

body,button, input, select, textarea { 

  font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif; 

} 

h1, h2, h3, h4, h5, h6 { font-size: 100%; } 

em{font-style:normal;} 

/** 重置列表元素 **/

ul, ol { list-style: none; } 

/** 重置超链接元素 **/

a { text-decoration: none; color:#01033c;} 

a:hover { text-decoration: underline; color:#01033c; } 

/** 重置图片元素 **/

img{ border:0px;} 

/** 重置表格元素 **/

table { border-collapse: collapse; border-spacing: 0; } 

/** 清除浮动 **/
.clear
{
clear:both;

	}