/* Reset useful elements */

* {
	margin: 0;
	padding: 0;
}
a img, iframe { border: 0; }
	
/* Fonts */

p, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* Lists */
	
ul, ol, dl, li, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Forms */

input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}

/* Tables */

table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}