body {
	font-size: 1em;
	word-wrap: normal;
}

a, a:visited {
	text-decoration: none;
	color: #274D9E;
}

a:hover, a:visited:hover {
	color: #E95A30;
}

#table {
	display: table;
	table-layout: fixed;
	word-wrap: normal;
	align: center;
	width: 550px;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

#table-foot {
	display: table;
	align: center;
	width: 550px;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
}

#row {
	display: table-row;
}

#cell img {
	height: 200px;
}

#cell {
	vertical-align: top;
	display: table-cell;
	padding: 5px;
}

#cell-foot {
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding: 5px;
	white-space: nowrap;
}

#cell-foot a {
	margin-left: 5px;
	margin-right: 5px;
}