body	{ background: maroon;
	  color: white }

#nav	{ background: white;
	  color: maroon;
	  width: 200px;
	  position: absolute;
	  overflow: auto;
	  height: 400px;
	  left: 275px; 
	  text-align: center;
	  z-index: 2;
          border: solid black 3px}

#nav a	{ text-decoration: none;
	  font-size: 3em; }

#nav a:hover	{ background: silver;
	 	  color: black }

#content	{ position: absolute;
		  background: white;
	 	  color: maroon;
		  width: 350px;
		  height: 400px;
		  overflow: scroll;
		  scrollbar-base-color: green;
		  z-index: 1}
