/*
	Basic css-reset v0.3
	Ignoring deprecated markuptags
	Author: patrik wibron
*/

html, body, div, object, h1, h2, h3, h4, h5, h6, a, blockquote, code, em, img, p, pre, q, strike, strong, dl, dt, dd, ol, ul, li, fieldset, legend, form, label, table, thead, tbody, tfoot, tr, td, th {
	background:none;
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
	outline:none;
}

a:focus, object:focus { outline:none }
blockquote { quotes: none }
table { border-collapse: collapse }
ul, ol { list-style-type: none;list-style-position: inside}