html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body, div , pre, form, input, textarea, select, blockquote {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em; 
}

h3 {
	font-size: 1.2em; 	
}

h1, h2, h3 {
	margin: 1em 0;
	padding: 0;
}

h4, h5, h6 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold; 
}

em {
	font-style: italic;
}

blockquote, ul, ol, dl {
	margin: 1em 2em;
	padding: 0;
}

ol li {
	list-style: decimal outside;
	margin: 0;
	padding: 0;
}

ul li {
	list-style: disc outside;
	margin: 0;
	padding: 0;
}

dl dd {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

legend {
	color: #000;
}

th, td {
	border: none;
	padding: 0;
	margin: 0;
}

th, caption {
	text-align: left;
}

p, fieldset, table {
	margin: 0 0 1em 0;
	padding: 0;
}

fieldset, img { 
	border: none;
}

abbr, acronym { 
	cursor: help;
	border-bottom: 1px dotted #000;
}

a:focus {
	outline: 0;
} 

q:before, q:after {
	content:'';
}

input[type=hidden] {
	display: none;
}
