		h1 {color: black}
		h2 {color: black}
		h3 {color: #006633}
		
		a:link {
			color: #006633 }

		a:visited {
			color: #006633 }
		
		a:hover {color: black; text-decoration:none}

		ul.questions {
			list-style-type: none;
			width: 15em;
			text-align: center }

		ul.questions li {
			background: #006633;
			margin 0.5em 0;
			padding: 0.3 em;
			border-top: 0.5em solid black }

		ul.questions a {
			text-decoration: none; }
		
		a.questions:link {
			color: white }

		a.questions:visited {
			color: white }

		a.questions:hover {
			color: white; background: green; text-decoration:none }

		a.navbar:link {
			color: white }

		a.navbar:visited {
			color: white }

		a.navbar:hover {
			color: white; background: green; text-decoration:none }

