a:hover
{
	color: red;
}

h1
{
	text-align: center;
}

h2
{
	text-align: center;
}

html
{
	background-color: lightsteelblue;
}

table
{
	text-align: center;
	width: 100%;
}

td
{
	width: 25%;
}

