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

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

/* banner styles */

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

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

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

.banner-title {
	font-family: "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 900;
}

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

div#banner a {
	color : #7F7F7F;
	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: #b3b3b3;
	text-decoration: none;
}

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

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

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

.screenshot {
	float: right;
	margin-right: 30px;
	margin-top: .4em;
	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.3em;
	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;
}