html {
	background : #debdd6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #000000;
	line-height: 1.3em;
}

body {
	margin: 0px;
	font-size: 12px;
}

/* banner styles */

#banner {
	border-style: none;
	background: #ffffaa;
	height: 3.5em;
	border-bottom: 1px solid #e6e6e6;
}

div#banner-mnk {
	margin-top: 0px;
	margin-right: 1em;
	padding-top: 1em;
	color: #000000;
	margin-left: 40px;
	width: 32em;
}

div#banner-nav {
	margin: 0px;
	text-align: right;
	padding-top: 1em;
	margin-right: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.banner-title {
	font-family: "Arial Black";
}

.banner-links {
	text-decoration: none;
	color: #ddd;
}

div#banner a {
	color : #6f6f6f;
	text-decoration : none;
}

div#banner a:hover {
	color : #FF0000;
	text-decoration : none;
}

/* content styles */

#content {
	border-style: none;
	border-color: #FF8000;
	margin-top: 1em;
}

h3 {
	font-size: 11px;
	line-height: 1em;
	color: #000000;
	text-transform: lowercase;
}

#content-title {
	margin-left: 40px;
}

#content-nav {
	margin-left: 40px;
	margin-bottom: 3em;
	color: #b3b3b3;
}

#content-nav a {
	color: #808080;
	text-decoration: none;
}

#content-nav a:hover 
{
	text-decoration: none;
	border-bottom: 2px solid #b3b3b3;
}

.words a {
	text-decoration : none;
	border-bottom: 2px solid #888;
	color: #404040;
}

.words a:hover
{
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

.screenshot
{
	float: right;
	margin-right: 30px;
	margin-top: 2em;
	margin-left: 30px;
	margin-bottom: .5em;
}

.words {
	margin-left: 40px;
	margin-right: 40px;
	border: 1px none #66FFFF;
	width: 45em;
}

ul {
	padding: 0px 0px 0px 15px;
}

li {
	line-height: 1.2em;
	list-style: square;
	margin-top: 0.5em;
}

p.computer {
	font-family: Courier New, Courier, mono;
	font-weight: bold;
}

span.boldwhite {
	font-weight: 900;
	color: #000000;
}
