/* CSS Document */

/* normalize margins, paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin:0; padding:0}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6
{font-size:100%}

/* remove list-styles */
ol, ul
{list-style:none}

/* normalize fon-style, font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{font-style:normal; font-weight:normal}

/* remove border from table */
table
{border-collapse:collapse;}

/* remove border from fieldset, img */
fieldset, img
{border:0}

/* left-align text in cation, th */
caption, th
{text-align:left}

/* remove quotes */
q:before, q:after
{content:''}


