/* ***OVERRIDES DEFAULT STYLES SET BY BROWSERS*** */

/* overrides margin and padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding:0;
}

/* overrides font-size for headings */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* removes list-style from lists */
ol, ul {
	list-style: none;
}

/* overrides font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var, h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

/* collapses table borders and removes spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* removes quotation marks from q */
q {
	font-style:italic;
}
