h1
{
	color:red;
	text-align:center;
	background-color:grey;
}
table,td
{
	margin:0 auto;
	background-color:black;
	color:white;
	border-style:2px;
	border-color:orange;
	border-width: 2px;
	width: 600px;
	height: 80px;
	text-align:center;
	vertical-align:center;
}
body{
	background:blue;
}