BODY { 
  margin-left: 3em;
  margin-right: 3em
}

P {
  text-indent: -1em;
  margin-left: 1em;
}

.navbar {
  background: #ffcc66;
  color: black;
  text-decoration: none;
  line-height: 1.4;
  }

.navbar:hover {
	position: relative;
	top: 1px;
	left: 1px;
	}

a:hover {
  color: black;
  background: #FFFF00;
  text-decoration: none
}

a:active {
  color: red;
  background: transparent
}

