html {
	height: 100%;
}

body {
	background: #D3CBB1;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	color: #2E3453;
}

h1 {
	font-size: 22pt;
	text-align:center;
}

h2 {
	font-size: 17pt;
	text-align:center;
}

h3 {
	font-size: 15pt;
	text-align:center;
}

h4 {
	font-size: 13pt;
	text-align:center;
}

table {
	margin: 0 auto;
	width:75%;
}

table > tbody > tr > td {
	text-align:center;
}

a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #2E3453;
}

a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: #2E3453;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #2E3453;
}

a:active {
    font-weight: bold;
    text-decoration: underline;
    color: #2E3453;
}

a:focus {
    font-weight: bold;
    text-decoration: underline;
    color: #2E3453;
}
