@import url("BookKernal.css");

.FunctionPanel
{
	border:		thin groove;
	font-size:	14px;
	padding:	5px;
	background-color:	"#EBD490";
}

.NodeListBody
{
	background-color: #FFE1B1;
	background-image: ;
}

.NodeListPanel
{
	font-size:	14px;
	padding:	5px;

}

a.NodeLink:link
{
	color: #000000;
	text-decoration: none;
}

a.NodeLink:hover
{
	color: #ff0000;
	text-decoration: none;
}