/* ------------------------ 
		Set Defaults
/* ------------------------ */

html, body, form, fieldset {
        margin: 0;
        padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

address {
	font-size: 1.2em;
	font-style: normal;
}

h1 {font-size: 1.8em}  	/* displayed at 24px */
h2 {font-size: 1.4em}  	/* displayed at 18px */
h3 {font-size: 1.2em} 	/* displayed at 15px */
h4 {font-size: 1em} 		/* displayed at 12px */

ul {
	padding-left: 1em;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, button, select, textarea {
	font-size: 100%;
}

img {
	border: none;
}
