/* This stylesheet is to reset all tags in order to avoid the most common cross-browser issues. */
html {
	color: #ebebeb;
}
body {
	font:100% Arial,helvetica,clean,sans-serif;
}

html, body, div, span, applet, object, iframe, img,
h1, h2, h3, h4, h5, h6, p, a, blockquote,
dl, dt, dd, ul, ol, li,
sub, sup, tt, abbr, acronym, pre, code,
form, fieldset, legend, input, button, label, textarea,
table, tbody, tfoot, thead, tr, th, td, caption {
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
html, body, div, span, applet, object, iframe, img,
h1, h2, h3, h4, h5, h6, p, a, blockquote,
dl, dt, dd, ul, ol, li,
sub, sup, tt, abbr, acronym, pre, code,
form, fieldset, legend, button, label,
table, tbody, tfoot, thead, tr, th, td, caption {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, a, blockquote,
dl, dt, dd, ul, ol, li,
sub, sup, tt, abbr, acronym, pre, code,
legend, input, button, label, textarea,
address, caption, cite, code, dfn, em, strong, th, td, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

a { color:#ebebeb; text-decoration:none;}
a:hover { color:#FFFFFF!important;}

p a, li a { font-size:1em;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after,
blockquote:before, 
blockquote:after {
	content: '';
}

abbr,
acronym {
	font-variant: normal;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}