body {
	background-color:#000000;
	margin:0px;
	cursor:default;
}

img {
	border:none;
}

body , p , td {
	font-family:arial;
	font-size:11px;
	color:#6D9810;
	line-height:16px;
}

#body {
	position:absolute;
	left:200px;
	top:0px;
}

#words {
	position:absolute;
	left:230px;
	top:224px;
	width:450px;
	height:150px;
	overflow:auto;
}
#nav {
	position:Absolute;
	top:380px;
	left:215px;
	text-align:center;
	width:450px;
}

.words {
	width:420px;
	text-align:justify;

}

input , select , textarea {
	font-family:arial; font-size:11px;
	padding:3px;
	color:#BD3B3B;
	border: solid 1px #383838;
	background:transparent;
}

a:link , a:active , a:visited {
	color:#981010;
	text-decoration:none;
	font-weight:normal;
}

p {
	margin:0px 0px 6px 0px;
}

a:hover , #nav a:hover {
	color:#347603;
	cursor:crosshair;
	text-decoration:underline;
}

#nav a:link , #nav a:active , #nav a:visited {
	color:#C5DAC5;
}
#nav a:hover {
	color:#347603;
	cursor:crosshair;
	text-decoration:underline;
}