﻿@charset "utf-8";
/*设置个项默认值*/
body
{margin:0px; padding:0px; background-color:#fff;
 font-family:verdana, arial, helvetica, sans-serif,宋体; font-size:12px; color:#666;}
ul,ol,dt{list-style-type:none;}
table
{margin:0px;}
th,td
{line-height:180%; text-align:left;}
img
{border:0px;}
dl,dt,dd,p,ul,form
{margin:0px; padding:0px;}

/*通用链接默认值*/
a:link{color:#0033ff;text-decoration: none;}
a:visited{color:#0033ff;text-decoration: none;}
a:hover,a:active{color:#0033ff;text-decoration:underline;}

/*
//css hack
property:value; 所有浏览器 
_property:value; ie6 
 property:value; ie7
*property:value; ie6/ie7
property:value \0; ie8/ie9
property:value \9; ie6/ie7/ie8
property:value \9\0; ie9

//最小高度hack
min-height:500px; 
height:auto !important; 
height:500px; 
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:justify;(火狐)
text-justify:inter-ideograph;(ie)
*/