body { 
	color: #000000;
	background-color: #ccc;
	margin: 8px;
}.dropBox {
	float: right;
	padding: 4px;
	margin: 4px;
	background-color: white;
	border: 2px solid #666;
}

.dropBox img {
	display: block;
	background-repeat:no-repeat;
}

h2 .chapterTitle {
	display: block;
	font-size: smaller;
	color: black;
}

#content .copy {
	margin-top: 24px;
}

#content .copy p {
	font-size: smaller;
	line-height: 1.5;
	margin: 0px;
	text-indent: 2em;
}
.dropBox p {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:200px;
	font: x-large "Party Let","Comic Sans MS",Helvetica,Arial,sans-serif;
}

#footer p {
	color: white;
	font-size: small;
	text-align: center;
	padding-top: 4px;
	border-top: 2px solid #999;
}

p a {
	color: #f33;
	text-decoration: none;
	padding-bottom: 0px;
}

p a:link {
	color: #f33;
	border-bottom: 2px dotted #fcc;
}

p a:visited {
	color: #966;
	border-bottom: 2px dotted #fcc;
}

p a:hover {
	color: #f00;
	border-bottom: 2px solid #f99;
}

p a:active {
	color: #966;
	border-bottom: 2px double #f66;
}

.popUp {
	font-size: .9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	visibility: hidden;
	margin: 0 10px;
	padding: 5px;
	position: absolute;
	width: 225px;
	height:225px;
	border: solid 1px black
}
