P { text-indent: 2em;
    text-align: justify;
	width: 380px;
}

DIV { display: block;
    text-align: justify;
	width: 380px;
}

LI  { text-align: justify;
      width: 340px;
}

IMG  { border: 0;
}

.dropcap  { float: left;
            font-size: 500%;
			line-height: 65%;
			padding: 4px 3px 0 0;
}

.navbar {
  background: #ffcc66;
  color: black;
  text-decoration: none;
  line-height: 1.7;
  }

.navbar:hover {
	position: relative;
	top: 1px;
	left: 1px;
	}

a:hover {
  color: black;
  background: #FFFF00;
  text-decoration: none
}

a:hover IMG {
	position: relative;
	top:  1px;
	left: 1px;
	}

a:active {
  color: red;
  background: transparent
}

