	body {
		background-color: #330022;
		background-image: url("images/lhlogo.png");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: left top;
		font-family: "Trebuchet MS", "Tahoma", sans-serif;
		font-size: 90%;
	}
	a:link {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	a:visited {
		color: #996699;
		font-weight: bold;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a.lynx:link {
		color: #ffe9ff;
		font-weight: bold;
		text-decoration: none;
	}
	a.lynx:visited {
		color: #996699;
		font-weight: bold;
		text-decoration: none;
	}
	a.lynx:hover {
		text-decoration: underline;
	}
	h2 {
		font-weight: normal;
		font-size: 125%;
		line-height: normal;
	}
	#bodytext {
		position: absolute;
		top: 100px;
		left: 350px;
		right: 10px;
		background-color: #ffe9ff;
		padding: 10px 10px 10px 10px;
		z-index: 2;
	}
	#name {
		color: #ffe9ff;
		font-size: 60px;
		line-height: normal;
		position: absolute;
		top: 43px;
		left: 346px;
		z-index: 1;
	}
	#lynx {
		position: absolute;
		top: 10px;
		left: 348px;
		right: 10px;
		float: right;
		color: #ffffff;
		font-weight: bold;
	}
	img.floatleft {
		float: left;
		margin: 10px;
	}
	span.place {
		font-weight: bold;
	}
	span.caption {
		font-weight: medium;
		font-size: 80%;
	}
