body {
	font-family:'Allerta Stencil', Verdana, serif;
	background-image: url('pattern.jpg');
}

table {
	width:100%;
	vertical-align:middle;
	border-spacing: 0px;
	background:transparent;
}

.a {
	color: #E3A62B;
	background-color: #243013;
}

.b {
	color: white;
	background-color: #83A10B;
}

.c {
	color: white;
	background-color: #005798;
}

.d {
	color: white;
	background-color: #E5071E;
}

.e {
	color: white;
	background-color: #6C090D;
}

td {
	font-size: 60px;
	padding:15px;
	text-align: left;
	border: 1px hidden #000000;   /* if needed */
	-webkit-border-radius: 10;    /* for Safari */
	-moz-border-radius: 10;       /* for Firefox */
}

a {
	text-decoration: none;
	color: white;
}

A {
	text-decoration: none;
	color: white;
}
.lostBig { font-size: 60px; }
.lostMedium { font-size: 20px; }
.lostSmall { font-size: 15px; }
