body  {	font-family:  tahoma, sans-serif;
	    font-size: 12px;
	    background: black;
	    color: white;
}
table { border: 1px solid white;
		border-collapse: collapse;
		margin: 0px;
		text-align: center;
}
td	  { text-align: center;
	  }
ul	  { text-align: left;
	  }
tr.noborder { border-bottom: 1px solid black;
			  border-left: 1px solid black;
			}
td.noborder { border-bottom: 1px solid black;
			  border-left: 1px solid black;
			}
table.nobottom: { border-bottom: 1px solid black; }

a:link		{ color: #44B; }
a:visited	{ color: #77B; }
a:hover		{ color: #AAF; }
a:focus		{ }

tr.above {  border-top:  1px solid white;
}

tr.below { border-bottom:  1px solid white;
}

th	{ border: 1px solid white; 
}

td  { padding: 3px; text-align: center;
}					
	
td.nametop { border-top: 1px solid white;
			 border-left: 1px solid white;
			 border-right:  1px solid white;
}

td.namebottom {
				border-bottom:  1px solid white;
				border-left: 1px solid white;
				border-right:  1px solid white;
} 

td.ball1 {  border-top:  1px solid white;
			border-left:  1px solid white;
			border-right:  1px solid white;
}

td.ball2, td.ball3 { border: 1px solid white;
}

td.score { border: 1px solid white;
		   border-top: none;
		   text-align: center;
}

td.totalsbottom {  border-bottom: 1px solid white;
			       border-left: 1px solid white;
			       border-right: 1px solid white;
}

td.totalstop    {  border-left: 1px solid white;
			       border-right: 1px solid white;
}

span.split {	color: blue;
}

span.strike {   color: red;
				font-weight: bold;
			}
span.spare{	color: #4F4;
			font-weight: bold;
		}
span.foul { color: #FFFF00;
			font-weight: bold;
			}

h1.title{	text-align: center;
		}
		
input.ball { border: none;
			 text-align: center;
			}
input, select	{ background: black;
			  color: white;
			  }
			
*.centered { text-align: center;
		   }

*.smallfont 	{font-size: smaller}
*.smallerfont	{font-size: x-small}
*.even 			{ background: #226;
			 	}
*.odd			{
				}
			  
caption			{ font-weight: bolder;
				  font-size: larger; }
*.error			{ color: red;
				  font-weight: bolder; }
				  
