BODY
{
	background-color:#000;
	font-size:80%;
	line-height:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF0;
}
.clsNode {
	font-size: .8em;
	text-decoration: none;
	color: #FF0;
	font-weight: normal;
	cursor: hand;
}
.clsNode:hover {
	TEXT-DECORATION: none;
	COLOR: #0FF;
}
.clsNode:focus, .clsNode:active {
	TEXT-DECORATION: none;
	COLOR: #F00;
}

.clsNode a:current {
text-decoration: none; 
color: #F00;
background-color:#222;
cursor: default;
}


