body {
	background: #E6E6E6;

}

h1 {
	color: blue;
	font-size: 60px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;

}

table {
	font-size: 100%;
	border-color: blue;
}

p {
	text-align: center;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: blue;
}

a:active {
	font-weight: bold;
}

td {
	valign: top;
}