#normalDistribution{
	margin-left: 0px;
	margin-right: 0px;
	border: medium solid white;
	border-collapse: collapse;
	border-bottom-style: dashed;
	font-family: monospace;
	font-size: 100%;
	line-height: 1.0;
}

#normalDistribution td, #normalDistribution th {
	border: thin dotted gray;
	border-collapse: collapse;
	padding: 5px;
}

#normalDistribution td {
	text-align: right;
}

#cellColor {
	background-color: skyblue;
} 
 