File: /home/design11/dreamweddinggroup.com/reset.css
/* —[ THE bn RESET ]— */
html, body {
font-size: 10px;
margin: 0;
padding: 0;
line-height: 1;
}
* {
font-size: 1em;
margin: 0;
padding: 0;
outline: 0;
vertical-align: baseline;
}
img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
border: none;
border-collapse:
collapse; border-spacing: 0;
}
/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
clear: both;
height: 0;
margin: 0;
padding: 0;
line-height: 0;
font-size: 1px;
border: none;
}