.center {text-align: center}
.center table {
	margin-left: auto;
	margin-right: auto;
}

iframe.links_bar {
	width: 975px;
	height: 180px;
	border-style: none;
	padding-bottom: 30px;
}

.large {font-size: 20}
.large h1 {font-size: 35}
.large h2 {font-size: 30}

.huge {font-size: 40}

.small-print {font-size: 10}

.whimsy {font-family: Comic Sans, Comic Sans MS, cursive}

body {text-align: center}
body.left {text-align: left}

table.layout {
	table-layout: fixed;
	border-style: none;
	width: 975px;
	padding-top: 50px;
}
.information {
	table-layout: fixed;
	border-width: 20;
	border-style: outset;
	border-collapse: seperate;
	empty-cells: show;
	width: 100%;
}
.information td,th {
	border-style: solid;
	border-width: 1;
	padding: 10;
	text-align: center;
}
.information th {
	font-size: 25;
	font-weight: bold;
}
.information td {
	font-size: 18;
	font-weight: bold;
}
