		body {
			margin:0;
			position:relative;
			cursor:default;
			background:black;
			font-family:Arial;
			}
		a { outline:none; }
		#wrapper {
			width:320px;
			height:460px;
			position:relative;
			cursor:default;
		}
		#notification, #scoreboard, #clock {
			color:white;
			font-family:Arial;
			position:absolute;
			cursor:default;
			font-size:12pt;
			-moz-user-select:none;
			-webkit-user-select:none;			
		}
		#notification {
			bottom:0;
			font-size:14pt;
			left:0;
			padding:0 5px 0px 0;
			text-align:right;
			width:315px;
		}
		#scoreboard {
			top:0;
			left:0;
			padding:0 0 0 5px;
			text-align:left;
		}
		#clock {
			top:0;
			right:0;
			padding:0 5px 0 0;
			text-align:right;
			font-size:28pt;
		}
		#title,#footer {
			background:green;
			border-bottom:1px solid white;
			height:50px;
		}
		#footer {
			border-bottom:none;
			border-top:1px solid white;
			position:relative;
		}
		#title h1 {
			color:white;
			font-size:20pt;
			margin:0;
			padding-top:10px;
			text-align:center;
			
		}
		#welcome,#gameover,#instructions,#donations {
			background:darkgreen;
			color:white;
			height:360px;
			border:1px solid darkgreen;
		}
		.biglink {
			text-align:left;
			margin:20px;
		}
		.biglink a {
			font-size:20pt;
			color:yellow;
		}
		p {
			text-align:justify;
			margin:20px;
		}
		.biglink p {
			margin:0;
			font-size:10pt;
			color:#FFF;
		}
		textarea {
			border: 1px none black;
			height: 60px;
			padding: 3px;
			width: 100%;
		}
		input[type=submit] {
			background: none repeat scroll 0 0 darkorange;
			border: medium none;
			color: white;
			padding: 3px;
			outline:none;
		}