body {
	font-size: 75%;
	background-color: #9DABC8;
}
#root {
	margin: 0px;
	padding: 5px 5px 5px 8px;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
li {
	padding: 0px;
	list-style-type: none;
}
.nav {
	padding: 5px 4px 7px 8px;
}
img {
	padding-right: 4px;
}
.nav a:hover {
	color: white;
	text-decoration: none;
}
.navcurrent {
	margin: 2px 2px 2px 1px;
   /* border-top: 2px solid #AA9500;
	border-right: 2px solid #FEF191;
	border-bottom: 2px solid #FEF191;
	border-left: 2px solid #AA9500;
	background-color: #FFDC00; */
   
   border-top: 2px solid #946B94;
	border-right: 2px solid #FDE3FD;
	border-bottom: 2px solid #FDE3FD;
	border-left: 2px solid #946B94;
   
	background-color: #D8BFD8;
   
	padding: 1px 1px 3px 5px;
}
.navcurrent a, .navcurrent a:hover {
	color: Black;
	text-decoration: none;
}

