		

		body
		{
			font-family: Arial, Helvetica, Sans-Serif;
			color: Black;
		}

		div#display
		{
			margin-top: 3em;
			width: 58.5em;
		}

		div#instructions
		{
			margin: 0.5em;
			width: 30em;
			/*height: 21em;
			width: 12em;
			overflow: scroll;*/
		}

		div#game
		{
			margin: 0.5em;
		}

		div#callednumbers
		{
			margin: 0.5em;
			width: 30em;
			/*height: 21em;
			width: 12em;
			overflow: scroll;*/
		}

		div#board
		{
			width: 31em;
			height: 17em;
		}
		
		div#gameheader
		{
			width: 30em;
			height: 3em;
			padding: 0.5em;
		}

		div#score
		{
			width: 5.75em;
			font-size: 150%;
			height: 1.5em;
			text-align: left;
		}
		
		div#currentnumber
		{
			font-size: 200%;
			width: 5.5em;
			height: 1.5em;
			margin-left: 0.25em;
			margin-right: 0.25em;
		}
	
		
		div#remainingtime
		{
			font-size: 150%;
			width: 5.75em;
			height: 1.5em;
			text-align: right;
		}
	
		div.boardsquare
		{
			font-size: 200%;
			height: 1.5em;
			width: 3em;
			padding-top: 0.5em;
		}

		div#message
		{
			height:2em;
			width: 31em;
		}

		
		div.gamefooterbuttons
		{
			width: 9em;
			margin: 0.5em;
			padding-top: 0.5em;
			height: 1.5em;
		}

		div#column
		{
			margin-left: 0.75em;

		}
				
		div#row
		{
		}

		div#house
		{
		}

		div#newgame
		{
			clear: both;
			padding-top: 0.5em;
			height: 1.5em;
			width: 30em;
		}

		div#marknumber
		{
			clear: both;
			padding-top: 0.5em;
			height: 1.5em;
			width: 30em;
		}
		
		div#shareresults
		{
			padding-top: 0.5em;
			width: 30em;
		}
		
		div.adblock
		{
			margin: 0.5em;
			width:12em;
		}

		table
		{
			margin-top: 0em;
			border-collapse: collapse;
		}

		table td
		{
			padding: 0px;
		}
		
		table#calledtable td
		{
			padding: 2px;
			width: 6em;
		}

		.position
		{
			position: relative;
			float: left;
		}

		.automargin
		{
			margin-left: auto;
			margin-right: auto;
		}
		
		.border
		{
			border: 1px solid Black;
		}
		
		.textcenter
		{
			text-align: center;
		}
		
		.column
		{
			width: 13em;
		}
		