body {
	font-family: Verdana;
	background-color: #E3A62B;
}

table.out {
	height:100%;
	width:100%;
	vertical-align:middle;
	background-color: #E3A62B;
}

.quote {
	font-size: 16px;
	font-variant: normal;
	align: center; 	
	color: white;
	font-family: Corsiva, "Lucida Handwriting", script;
}

.a {
	color: #E3A62B;
	background-color: #80250B;
}

.b {
	color: white;
	background-color: #CC6B0A;
}

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

.d {
	color: white;
	background-color: #66A2BA;
}

td {
	font-variant: small-caps; 
	font-size: 75px;
	border-spacing: 100px;
	padding:80px;
	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;
}