body {
	font-family: Arial, Helvetica, sans-serif;
}


#treelogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

div.titlebar {
	background-color: white;
	text-align: center;
}

#wordlogo {
	position: relative;
	top: 2px;
}

#navbar {
	position: absolute;
	top: 70px;
	left: 10%;
	background-color: #ccff99;
	width: 80%;
	margin: 0 auto;
	text-align: center;

}

div.naventry {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 24%;
	background-color: #ccff99;
}

a.naventry:link {
	color: black;
	text-decoration: none;
}
a.naventry:visited {
	color: black;
	text-decoration: none;
}
a.naventry:hover {
	color: blue;
	/*text-decoration: none;*/
	text-decoration: underline;
}
a.naventry:active {
	color:  #333300;
	text-decoration: none;
}

a:link {
	color: #660000;
}
a:visited {
	color: #660066;
}
a:hover {
	color: blue;
}
a:active {
	color:  #996600;
}

div.content {
	left: 4.2%;
	width: 90%;
	position: absolute;
	top: 125px;
	background-color: #ccff99;
	padding: 0.8%;	
}
