html, body,
div, p, span, 
table, caption, thead, tbody, tfoot, tr, th, td,
h1, h2, h3, h4, h5, h6,
font, a, b, strong, i, em, u, s, strike, small, sub, sup,
abbr, acronym, address, big, cite, code, blockquote, pre, samp, tt, var, q,
dl, dt, dd, ol, ul, li,
col, colgroup,
br, wbr, hr,
img, map,
fieldset, form, label, legend, input, textarea, select, option, optgroup, button,
iframe, frame, frameset, applet, object, embed, param,
del, dfn, ins, kbd,
article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
/*	font-size: 100%;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* HTML5 - Display for older browsers */
article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, videon {
  display: block;
}


