/* Clear troublesome browser default css styles  */
/* use @import url(cssreset.css) at the start of new stylesheet */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0; 
	padding: 0;
}

html body {
	overflow: auto;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%; 
	font-weight: normal;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
}
