/* 08.3.3 */
/* normalizes margin, padding*/
html, body, div, h1, h2, h3, h4, h5, h6, p, td, ol, ul, li, object, pre, abbr {
	margin:0;
	padding:0;
}

/* removes list-style from lists*/
ol, ul{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* normalizes font-style and font-weight to normal*/
address, caption, cite, dfn, th {
	font-style:normal;
	font-weight:normal;
}
/* removes border from img */
img{
	border:0;
}
/*keeps page from jumping in firefox re vertical scrollbars*/
html{
	height:100%;
	margin-bottom:1px;
}

