	.drawResult
	{ 
		text-align: center;
		color : green;
		font-size: 18pt;
		border-style : solid;
		border-color: green;
		border-width:2px;
		padding:10px;
		background-color: #fff8dc;
	}

	.drawResultSwitch
	{ 
		text-align: center;
		font-size: 14pt;
		border-style : solid;
		border-color: green;
		border-width:2px;
		padding:10px;
		background-color: azure;
	}
