body {
    background-image: url("bgTile.png");
    background-size: 750px;
    background-repeat: repeat-y;
    font-family: Verdana, Arial, sans-serif;
}

#tangTable {
	text-align: center;
	padding: 25px 50px 25px 50px;
}

#tangTable th {
	font-size: x-large;
	border-bottom: 1px solid black;
}

#tangTable td {
	padding: 10px 10px 10px 10px;
}

img.tang {
    width:150px;
    height: auto;
}

tr.amountNumber {
	font-family: "Lucida Console", Monaco, monospace
}

tr.amountImg td img {
	vertical-align: middle;
}