body {
	padding: 0px;
	margin:10px;
}
.scoring {
	width: 100%;
	height: 100%;
	background-color: black;
	color: black;
	font-family: verdana;
	font-size: 12px;
	line-height: 160%;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.scoring table {
	width: 220px;
	background-color: Silver;
	color: white;
	border: 2px solid gray;
	margin: 0px;
}

.scoring th {
	background-color: Gray;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.scoring td {
	background-color: Silver;
	color: black;
	font-family: verdana;
	font-size: 11px;
	line-height: 100%;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.scoring td select {
	width: 100%;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

button {
	width: 100%;
   height: 20px;
	font-family: verdana;
   font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: gray;
	border: 1px solid white;
	margin-bottom: 5px;
	cursor: hand;
	text-align:left;
}