﻿/* This module zeros out what can be zeroed out */
/* of the default styles that most browsers apply. */
/* These styles must be applied before any other styles. */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, input, select, button {font-size: 100%;}
/* ol, ul {list-style: none;}ul, ol, li,  */
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal;}
table             {border-collapse:collapse;border-spacing:0;}
fieldset, img     {border:0;}
caption, th       {text-align:left;}
q:before, q:after {content :'';}
img               {border:0;}

