/*-- Tag Attributes --*/
BODY {
	background: #000000;
	margin: 64px;
	font-size: 16px;
	font-family: Tahoma;
	color: #000000;
}

A {
	text-decoration: none;
	font-weight: bold;
}

/*-- Object Attributes --*/

.desertBG {
	background: url(desertBG.jpg);
	background-repeat: repeat-x;
}

.pyramids {
	float: left;
	margin-left: 20px;
}

.cactuar {
	float: left;
	position: relative;
	left: -130px;
	top: 157px;
}

.themetitle {
	position: relative;
	left: -34px;
	top: 24px;
}

.docbody {
	padding: 0px 20px 20px 20px;
	background: #D6BE5A;
	width: 440px;
}

.pagenotes {
	font-size: 9px;
	font-weight: bold;
	color: #626288;
	width: 400px;
	padding-top: 8px;
}

.linklist {
	width: 128px;
	height: 31px;
	background: url(linkbar.gif);
	text-align: center;
}

/*-- Navigation --*/

A:visited {
	color: #880000;
}

A:active {
	color: #880000;
}

A:hover {
	color: #0000FF;
}

#hilite A:hover {
	color: #88CCFF;
	padding: 2px 0px 2px 0px;
}