/* 
    Document   : style
    Created on : 10-Mar-2013, 11:51:55
    Author     : Dom
    Description:
        Purpose of the stylesheet follows.
*/

#myCanvas {
	position:absolute; 
	left:0px; 
	top:0px; 
	border-style:solid;
	border-width:1px;border-color:#1C1C1C;
	}

#buttons {
	position:absolute;
	left:10px;
	top:700px}

#ballCount {
	position:absolute;
	left:500px;
	top:620px;
	font-family:Verdana;
	font-size:48px;
	color:blue}

#tenCount {
	position:absolute;
	left:400px;
	top:620px;
	font-family:Verdana;
	font-size:48px;
	color:black}

#hundredCount {
	position:absolute;
	left:300px;
	top:620px;
	font-family:Verdana;
	font-size:48px;
	color:purple}


