#boxy {
	background: #FFFFFF;
	width: auto;
	height: auto;
	border : 5px solid #000000;
	float: left; 
	padding: 50px;
	white-space: nowrap;
	position: relative;
	top: +50px;
	left: +10%;
}
#footer {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	top: +80px;
	left: +15%;
	white-space: nowrap;
}
.doubletext {
	line-height: 1.8;
}
.doubletext sub {
	margin-left: -5ex;
}
.doubletext sup {
	vertical-align: 1ex;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
p
{ 
text-align: left
} 