﻿
		.digit {
			height:38px;
			width: 32px;
			border-right: solid 1px white;
			background-color: #fbfbfb;
			font-family: trebuchet;
			font-size:36px;
			margin: 1px;
			text-align: center;
			overflow: hidden;
			
		}

		.digitm {
			height:38px;
			width: 32px;
			border-right: solid 1px white;
			font-family: trebuchet;
			font-size:36px;
			margin: 1px;
			text-align: center;
			overflow: hidden;
			
		}


		.line {
			height: 1 px;
			width: 164px;
			background-color: transparent;
			border-top: 2px solid black;
			position: absolute;
			left: 293px;
		}

		a:link{
			Color:#000000;
			
			text-decoration:none;
		}

		a:visited{
			color:#000000;
			font-weight:normal;
			text-decoration:none;
		}

		a:hover{
			color:gray;
		}

		a:active{
			font-style:normal;
			font-weight:bold;
			color:navy;
		}


		.digitpicker {
			font-size:20px;
			cursor:pointer;			
		}

		.tool{

		cursor:pointer;

		}

		#instructionson {
			display:block;
			font-variant: small-caps;
			cursor:pointer;
			
		}
		#instructionsoff{
			display:none;
			font-variant: small-caps;
			cursor:pointer;

		}
		#instructions {
			display:none;
		}
		.tools {
			font-size: 12px;
			font-style: normal;
			font-family: arial, trebuchet;
			font-color: black;
			border-top: 1px solid black;
			border-left: 1px solid black;
			border-right: 3px solid black;
			border-bottom: 3px solid black;
			padding: 2px;
			visibility: hidden;
			background-color: lightYellow;
			z-index: 2;
		}
		h1, h2 {
                        font-weight: normal;
                        font-size: 20px;
                        display: inline;
                       }	


