body {
	text-align: center;
	text-align: -moz-center;
	background-color: 888888;
}

div.all {
	background-color: FFFFFF;
	width: 650px;
}

table.menu {
	width: 600px;
	border-style: solid;
	border-width: 0 0 2 0;
	text-align: center;
}

table.menu A:link {
	text-decoration: none;
	color: blue;
}

table.menu A:visited {
	text-decoration: none;
	color: blue;
}

table.menu A:hover {
	text-decoration: none;
	color: purple;
}

table.content {
	width: 600px;
	padding: 0 20 20 20;
}

table.footer {
	width: 600px;
	border-style: solid;
	border-width: 2 0 0 0;
	margin-bottom: 10;
	text-align: center;
}

h2 {
	text-align: center;
}