		html, body {
		height: 100%;
		}
		#tableContainer-1 {
		height: 100%;
		width: 100%;
		display: table;
		}
		#tableContainer-2 {
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		height: 100%;
		}
		#myTable {
		margin: 0 auto;
		width: 600px;
		}
		h1 { font-family: Gentium Book Basic;
		src: url(fonts/gentium-book-basic.regular.ttf); 
		font-size: 22px;
		font-style: normal; 
		font-variant: normal;  
		}
		h2 { font-family: Gentium Book Basic;
		src: url(fonts/gentium-book-basic.regular.ttf); 
		font-size: 18px;
		font-style: normal; 
		font-variant: normal;  
		}
		p { font-family: Gentium Book Basic;
		src: url(fonts/gentium-book-basic.regular.ttf); 
		font-size: 12px;
		font-style: normal; 
		font-variant: normal;  
		}
		/* unvisited link */
		a:link {
		color: #4B7878;
		}
		/* visited link */
		a:visited {
		color: #4B7878;
		}
		/* mouse over link */
		a:hover {
		color: #4B7878;
		text-decoration: none;
		}
		/* selected link */
		a:active {
		color: #4B7878;
 		}