body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, table, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}

body {
/* 	font: 62.5%/1.3em "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; */
	font: 62.5%/1.3em "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	/* 	line-height: 1; */
	/* font-size: 62.5% */ /* Decide for yourself if you want to include this. */;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
/*
	padding: .6em 0;
	margin: 0 15px;
*/
}

p { margin: .5em 0; }

ul, ol, li {
	list-style: none;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}
