/* CSS Document */
body {
	background-color: rgb(188, 159, 114);
}

html { height: 100.02%; }

a:link {
	font-family: "Courier New", Courier, mono;
	/*color: #845D3B;*/
	color: rgb(56, 85, 38);
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}

img {
	border: none;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, mono;
	color: rgb(56, 85, 38);
	text-decoration: none;
	font-weight: bold;
}

.resumehead {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight:800;
	font-variant: small-caps;
}

.pagehead {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight:700;
	font-variant: none;
}

.headerback {
	background-color: rgb(56, 85, 38);
}

