table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 10px;
	empty-cells: hide;
	table-layout: fixed;
	text-align: center;
	vertical-align: middle;
	}

tr{
	height: 100px;
	}

td{
	width: 140px;
	padding-top: 15px;
	padding-bottom: 31px;
	padding-left: 22px;
	padding-right: 38px;
	background-image: url(images/linkplate.png);
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 20px;
	font-style: italic;	
	}
	
td.smaller{
	font-size: 16px;
	}
	
td.smallest{
	font-size: 12px;
	}