/* clear html */

/* set the padding and margin on common elements to 0 */
body, blockquote, div, h1, h2, h3, h4, h5, h6, ins, p, pre, dl, dt, dd, ol, ul, table, th, td, form
{
	padding: 0;
	margin: 0;
}

/* remove the bullet point from lists */
ul, ol
{
	list-style-type: none; 
}

/* set headings to all be the same size. */
h1, h2, h3, h4, h5, h6
{
	font-size: 1em;
}

/* remove the blue border from images that are anchors. */
img
{
	border: 0;
}

/* remove underlines on link and visited anchors */
a:link, a:visited
{
	text-decoration: none;
}

/* collapse cell spacing to 0 */
table
{
	 border-collapse: collapse;
}
