﻿
/*BBOX框架样式*/
/*一经调用，万事俱休！*/
html, body{ margin:0; padding:0; font-size:12px; width:100%; height:100%;}
div,ul,li,form,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,a,p{ margin:0; padding:0; list-style:none;}

a { text-decoration: none;}
a:hover {text-decoration: none;}

a:focus { -moz-outline-style: none; }
a:focus { outline: none; }

/*页面高度自动延伸*/
.autoheight{font: 0px/0px sans-serif; height:100%; clear: both; display: block;}

