body {
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	font: normal 90% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

blockquote {
	font-style: italic;
	font-size: 80%;
	width: 70%;
}

h1 {
	font-size: 32pt;
	line-height: 32pt;
}

h2 {
	font-size: 24pt;
	line-height: 90%;
}

#head {
	border: medium double green;
	height: 192px;
	text-align: center;
}

#caption {
	font-size:6pt; 
	font-style:italic; 
	text-align:left;
	position: relative;
	top: 5px;
	left: -400px;
	line-height: 0%;
}

.box {
	float:right;
	width:300px;
	background:lightyellow;
	border: medium double green;
	margin:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

