.center {
	text-align: center;
}
.center table {
	margin: auto;
}
.footer {
	text-align: center;
	font-size: 60%
}

body {
	text-align: center;
	background-color: #FFFFFF;
}

/*
TO INCLUDE IN HTML DOCUMENT
<style type="text/css">
...
</style>
*/