body
{
	background-color:lightblue;
	font-family:Times Roman Newman;
	font-style:normal;	
	text-align:center;
	color:crimson;
}

table,th, td
{
	border: 1px solid black;
	border-collapse:collapse;
	border-color:yellow;
	text-align:left;
	vertical-align:middle;
	padding:10px;
}

th
{
	background-color:lightblue;
	color:White;
    text-align:center;
}

td
{
	background-color:grey;
	color:Yellow;
}

table
{
	width:85%;
}

h1,h2
{
	text-align:center;
}