<style>

div.eqp {
    float: left;
    width: 840px;
    align: center;
}
table.eqp {
	border-spacing: 0px;
	font-family: arial;
	align: center;
}
td.eqp {
	text-align: center;
	padding: 1px;
}
th.eqp {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px;
}
th.left {
	text-align: center;
	border-left: 2px solid black;
}
th.right {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
th.leftright {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
th.box {
	text-align: center;
	border: 1px solid black;
}
td.left {
	text-align: center;
	border-left: 1px solid black;
}
td.right {
	text-align: center;
	border-right: 1px solid black;
}
td.leftright {
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
td.box {
	text-align: center;
	border: 1px solid black;
}
h1.eqp {
    width: 800px;
	text-align: center;
}
h2.eqp {
    width: 800px;
	text-align: center;
}
h3.eqp {
    width: 800px;
	font-family: arial;
	text-align: center;
}

</style>
