body {
  background-color: #D1DADF;
  color: #333333;
  font-family: arial, "sans-serif";
  text-align: left;
}

h1 {
  font-size: 18pt;
}

a:link {
	color: #496e9b;
}

a:visited {
	color: #496e9b;
}

a:hover {
	color: #496e9b;
}

a:active {
	color: #eaf4f9;
}

.headerStyle {
	font-size: 18pt;
	color: #333333;
	font-family: arial, "sans-serif";
}

.subheaderStyle {
	font-size: 14pt;
	color: #333333;
	font-family: arial, "sans-serif";
}

.captionStyleCube {
	font-size: 12pt;
	color: #333333;
	font-family: arial, "sans-serif";
	vertical-align: top;
	height: 40px
}

.captionStyle {
	font-size: 12pt;
	color: #333333;
	font-family: arial, "sans-serif";
	vertical-align: top;
	height: 60px
}

.selectedCellStyle {
	width: 100px;
	height: 100px;
	background-color: #9FB2C6;
}

.unselectedCellStyle {
	width: 100px;
	height: 100px;
}