/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
fieldset, img {  
	border: 0; 
}
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
li {
	font-size: 100%;
	font-weight: normal;
}
a:focus {
	outline: none;
}
