html > body, html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, p, img, table, tr, td
{
	padding: 0px;
	margin: 0px;
}
#field .node
{
	position: relative;
	float: left;
	border: 1px solid #eee;
	font-family: "Trebuchet MS";
	background: #fff;
	color: #aaa;
}
#field .node:hover
{
	color: #000;
	background: #eee;
	cursor: pointer;
	border: 1px solid #000;
}
#field .node p
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
}
#field li
{
	list-style-type: none;
}
#console textarea
{
	display: block;
	clear: both;
}
#nodeinfo h2
{
	font-family: "Georgia", serif;
	font-weight: 100;
	color: #00f;
	font-size: 28px;
}
#about_astar h2
{
	font-family: "Georgia";
	font-size: 22px;
	padding: 10px;
	font-weight: 100;
	color: #00f;
}
#about_astar h2 span
{
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #aaa;
}
#about_astar p
{
	padding: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#about_astar ol
{
	padding: 10px;
	margin-left: 20px;
	list-style-type: lower-greek;
}
#about_astar ol li
{
	font-family: "Trebuchet MS";
	padding-bottom: 10px;
	font-size: 12px;
}
#algorithm_explenation h2
{
	font-family: "Geogria";
	font-size: 28px;
	color: #00f;
	font-weight: 100;
	padding: 10px;
}
#algorithm_explenation p
{
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding: 10px;
}
#algorithm_explenation ol
{
	list-style-position: inside;
}
#algorithm_explenation ol li
{
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding: 5px;
}