/*
* reset.css
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}
h1,h2,h3 {
	font-weight:normal;
}
ul {
	list-style: none;
}
a{
	text-decoration: none;
}
table {
	border-collapse: collapse;
}

address {
	font-style: normal;
}