html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

/****** Headings ******/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bolder;
}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}

/****** Common Formatting ******/

a, a:link, a:visited {
	text-decoration: underline;
	color: #777d0b;
}
a:hover {
	text-decoration: none;
	color: #8c9038;
}
img {
	border: 0;
}
.clear {
	clear: both;
}