body {
	background-color: #add8e6;
}

h1 {
	color: blue;
}

.center {
	text-align: center;
}

td.left {
	font-weight: bold;
	background-color: #006699;
	color : #ADD8E6;
}

td {
	background-color: #DEEEFF;
}

