p {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	color: black;
}

h1 {
	font-family: georgia, "times new roman", serif;
	font-size: 40px;
	font-weight: 400;
	color: black;
}

h2 {
	font-family: georgia, "times new roman", serif;
	font-size: 20px;
	font-weight: bold;
	color: black;

	padding-top: 20px;
}

h2.firstFootprint {
	padding-top: 0px;
}

h3 {
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	color: black;

	margin: 0px;
}

hr {
	border:0;
	border-top: 1px solid black;
	height: 0;
	background: black;
}

body {
	background-color: white;
}

a {
	font-family: georgia, "times new roman", serif;
	color: #367C2A;
	text-decoration: none;
}

a.special {
	font-family: georgia, "times new roman", serif;
	color: #000000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #193D12;
}

img {
	border: 0;
}

li {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	color: black;
}

#page {
	position: absolute;
	left: 40px;
	width: 500px;
    padding-bottom: 10px;
}

#links {
	position: relative;
	top: -20px;
}

#aboutLink {
	position: relative;
	left: 0px;
}

#footprintsLink {
	position: relative;
	left: 22px;
}

#contactLink {
	position: relative;
	left: 44px;
}

#mainText {
	position: relative;
	top: 7px;
}
