.left {
	text-align: left;
}

.number {
	text-align: right;
}

.bold {
	font-weight: bold;
}

input[type=button] {
	width: auto;
}

input {
	font-size: 100%;
	width: auto;
}

body {
	background-color: white;
	color: black;
}

a {
	background-color: transparent;
}

a:hover {
	background-color: transparent;
}