.disclaimer {
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
}
.background {
	background-image : url(dualhenry.jpg);
	background-attachment : fixed;
	background-position : center;
	background-repeat : no-repeat;
}

.henry {
	font : small Arial, Helvetica, sans-serif;
	margin-bottom : 1%;
	margin-left : 1%;
	margin-right : 1%;
	margin-top : 1%;
}
.hackt {
	font : italic small "Times New Roman", Times, serif;
	color : #CC3366;
	margin-bottom : 1%;
	margin-left : 1%;
	margin-right : 1%;
	margin-top : 1%;
}
A:HOVER {
	color : #663300;
	text-decoration : underline;
}
A {
	text-decoration : none;
	color : #3399CC;
}
