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

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

/* banner styles */

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

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

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

.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: #a0a0a0;
	text-decoration: none;
}

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

pre, code {
  font-family: monospace;
  font-size: 90%;
  line-height: 1.4em;
  color: #ff8;
  background-color: #111;
  padding: 2px 10px 2px 10px;
}
.comment { color: #aaa; font-style: italic; }
.keyword { color: #eff; font-weight: bold; }
.punct { color: #eee; font-weight: bold; }
.symbol { color: #0bb; }
.string { color: #6b4; }
.ident { color: #ff8; }
.constant { color: #66f; }
.regex { color: #ec6; }
.number { color: #F99; }
.expr { color: #227; }




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

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

.screenshot {
	float: right;
	margin-right: 30px;
	margin-top: .1em;
	margin-left: 30px;

}

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

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

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

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

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

