/*
Title: gdharries.com reset-css
Updated: february 20, 2009
*/

	* {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		}

	li, dt, dd, p, th, td, caption {
		font-size: 1.2em;
		}
	
	ul, ol, dl {
		margin-bottom: 15px;
		}
	
	ul ul, ol ol, ul ol, ol ul {
		margin-bottom: 0;
		}
	
	p {
		margin-bottom: 15px;
		}
	
	li *, li p, li li, dt *, dd *, p * {
		font-size: 1em;
		}

	fieldset, img {
		border: none;
		}
	
	button {
		overflow: visible;
		cursor: pointer;
		}
	
	legend {
		display: none;
		}

	pre {
		font: 1.1em "Courier New",monospace;
		white-space: pre-wrap;
		}