/* Reset CSS of Smallbit.Net */

* {
  margin: 0;
  padding: 0;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3 {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold; 
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
} 
em {
	font-style: italic;
}
blockquote, ul, ol, dl {
	margin: 1em;
}
ol li {
	margin-left: 2em;
	list-style: decimal outside;	
}
ul li {
	margin-left: 2em;
	list-style: disc outside;
}
caption {
	margin-bottom: 0.5em;
	text-align: center;
}
p, fieldset, table {
	margin-bottom: 0.8em;
}

/* As of AUGUST 2011 */
