/*
* This file is intended to be used with the php file auto_nav.php
* It provides styling for the navigational element that auto_nav.php
* creates.
*/
#auto_nav{
	background: #FBF5D7;
	padding: 10px;
	width: 70%;
}
#auto_nav th{
	text-align: left;
}
.h1{
	margin-left: 0px;
}
#auto_nav li.h2{
	margin-left: 5px;
}
#auto_nav li.h3{
	margin-left: 15px;
	list-style-type: circle;
}
#auto_nav li.h4{
	margin-left: 20px;
	
}
#auto_nav li.h5{
	margin-left: 25px;
	list-style-type: circle;
}
#auto_nav li.h6{
	margin-left: 30px;
}

