*
{
	margin:0;
	padding:0;
	font-family:Arial; /* Microsoft but freeware. You can download TTFs from: http://res.walerian.info/Arial.zip */
}
html,body
{
	width:100%;
	height:100%;
	text-align:center;
}
p
{
	padding:0 0 5px 0;
}
h2, h5
{
	font-size:32px;
}
#stopStart, #reset
{
	font-size:30px;
	width:90px;
	height:45px;
}
#disp
{
	font-size:75px;
	width:450px;
}
#tooltip
{
	background:#fff6c0;
	padding:3px;
	border:1px solid #ffba00;
	color:#000000;
	display:block;
}
#sb
{
	visibility:hidden;
}