.color {
	-webkit-border-radius: 2em;
	border-radius: 36%;
}
.c0 {

	background: -webkit-gradient(
		radial, 30% 30%, 2, 30% 30%, 42, from(rgb(255, 178, 178)), to(rgba(255, 0, 0, .4))
	);
	background: -webkit-radial-gradient(30% 30%, rgb(255, 178, 178) 0%, rgba(255, 0, 0, 0) 100%, red 95%);
	background: -moz-radial-gradient(30% 30% 12deg, circle cover,
		 rgb(255, 178, 178) 0%, rgba(255, 0, 0, 0) 100%, red 95%);	
}
.c1 {
	background: -webkit-radial-gradient(30% 30%, rgb(178, 178, 255) 0%, rgba(0, 0, 255, 0) 100%, blue 95%);
	
	background: -moz-radial-gradient(30% 30% 12deg, circle cover,
		 rgb(178, 178, 255) 0%, rgba(0, 0, 255, 0) 100%, blue 95%);	
}
.c2 {
	background: -webkit-radial-gradient(30% 30%, rgb(178, 255, 178) 0%, rgba(0, 255, 0, 0) 100%, green 95%);
	
	background: -moz-radial-gradient(30% 30% 12deg, circle cover,
		 rgb(178, 255, 178) 0%, rgba(0, 255, 0, 0) 100%, green 95%);	
}
.c3 {
	background: -webkit-radial-gradient(30% 30%, rgb(255, 255, 178) 0%, rgba(255, 255, 0, 0) 100%, yellow 95%);
	
	background: -moz-radial-gradient(30% 30% 12deg, circle cover,
		 rgb(255, 255, 178) 0%, rgba(255, 255, 0, 0) 100%, yellow 95%);	
}
.c5 {
	background: -webkit-radial-gradient(30% 30%, rgb(255,178,255) 0%, rgba(255, 0, 255, 0) 100%, magenta 95%);
	
	background: -moz-radial-gradient(30% 30% 12deg, circle cover,
		 rgb(255,178,255) 0%, rgba(255, 0, 255, 0) 100%, magenta 95%);	
}
.c4 {
	background: -webkit-radial-gradient(30% 30%, rgb(178, 255, 255) 0%, rgba(0, 255, 255, 0) 100%, aqua 95%);
	
	background: -moz-radial-gradient(30% 30% 12deg, circle cover,
		 rgb(178, 255, 255) 0%, rgba(0, 255, 255, 0) 100%, aqua 95%);	
}

.c0_o {
	background: -webkit-radial-gradient(40% 40%, white 15%, rgba(255, 0, 0, 0) 100%, red 95%);
	
	background: -moz-radial-gradient(40% 40% 12deg, circle cover,
		 white 15%, rgba(255, 0, 0, 0) 100%, red 95%);	
}
.c1_o {
	background: -webkit-radial-gradient(40% 40%, white 15%, rgba(0, 0, 255, 0) 100%, blue 95%);
	
	background: -moz-radial-gradient(40% 40% 12deg, circle cover,
		 white 15%, rgba(0, 0, 255, 0) 100%, blue 95%);	
}
.c2_o {
	background: -webkit-radial-gradient(40% 40%, white 15%, rgba(0, 255, 0, 0) 100%, green 95%);
	
	background: -moz-radial-gradient(40% 40% 12deg, circle cover,
		 white 15%, rgba(0, 255, 0, 0) 100%, green 95%);	
}
.c3_o {
	background: -webkit-radial-gradient(40% 40%, white 15%, rgba(255, 255, 0, 0) 100%, yellow 95%);
	
	background: -moz-radial-gradient(40% 40% 12deg, circle cover,
		 white 15%, rgba(255, 255, 0, 0) 100%, yellow 95%);	
}
.c5_o {
	background: -webkit-radial-gradient(40% 40%, white 15%, rgba(255, 0, 255, 0) 100%, magenta 95%);
	
	background: -moz-radial-gradient(40% 40% 12deg, circle cover,
		 white 15%, rgba(255, 0, 255, 0) 100%, magenta 95%);	
}
.c4_o {
	background: -webkit-radial-gradient(40% 40%, white 15%, rgba(0, 255, 255, 0) 100%, aqua 95%);
	
	background: -moz-radial-gradient(40% 40% 12deg, circle cover,
		 white 15%, rgba(0, 255, 255, 0) 100%, aqua 95%);	
}
html, body { 
	background:black;
	font-family:courier new, arial, helvetica, sans;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding: 0px;
}
.bubble {
	position:absolute;
}
.board {
	position:relative;
	height:600px;
	border:1px solid #999;
}
.game {
	position:relative;
	margin: auto;
	top:0px;
}
.top {
	position:relative;
	border:1px solid #999;
	margin:4px 0px 4px 0px;
	padding:0px 4px 0px 4px;
	color:white;
}
.top a {
	color:white;
	text-decoration:none;
}
.menu {
	display:none;
	position:absolute;
	left:0px;
	
	z-index:1002;
	background:black;
	border:1px solid #999;
	padding:4px;
	color:white;
}
.menu a {
	color:white;
	text-decoration:none;
}
.menuItem {
	display:block;
	border-bottom:1px dotted #999;
}
.optionBoard {
	display:none;
	position:absolute;
	border:1px solid #999;
	padding:4px;
	background:black;
	color:white;
	z-index:1003;
}
select {
	border:1px dotted white;
	background-color: #333;
	color:white;
	width:180px;
	font-weight:bold;
	margin:0px 0px 4px 0px;
	font-family:courier new, arial, helvetica, sans;
}
select option {
	background-color: #333;
}
button {
	border:1px dotted white;
	background:#333;
	color:white;
	width:180px;
	margin:4px 0px 0px 0px;
	font-weight:bold;
	font-family:courier new, arial, helvetica, sans;
}
.bottom {
	position:relative;
	border:1px solid #999;
	margin:4px 0px 4px 0px;
}
.bottom .allPoints {
	position:relative;
	margin:4px;
	color:white;
}
.bottom .newPoints {
	position:relative;
	float:right;
	color:white;
	margin-right:4px;
}

