
body {
	
	background-color: AliceBlue;
}

.fullscreen {

	width: 100%;
}

.intro {

	font-size: 70%;
}

.title {

	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: DarkGreen;
	border-bottom: thick solid white;
}

.description {

	background-color: LightGoldenRodYellow;
	font-size: smaller;
	vertical-align: top;
}

#names {

	background-color: LightGrey;
}

#nameFormDivOuter {
	
	width: 300px;
}

.cell {

	background-color: white;
}

div.pointer {

	cursor: pointer;
	display: inline;
}
