/**
*Example downloaded from www.nailik.org
**/

/* all on level 0 */
* { z-index: 0; }

*:focus {
	outline: 0;
	//*color: inherit;*//
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, a:link, a:active, a:visited, a:hover,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: #FFF;
}

blockquote, q { quotes: none; }

del { text-decoration: line-through; }

ins { text-decoration: none; }

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select { font-size: 100%; }

a img{border:0;}

/* tables still need 'cellspacing="0"' in the markup */
table  {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: bolder; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }