
body {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}
	
div.container {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-family: georgia;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	}
	
table {
	width: 100%;
	height: 100%;
	border: 25px solid #e8e8e8;
	}

td {
	vertical-align: middle;
	}
	
h1 {
	font-family: georgia;
	font-weight: normal;
	}
	
h2 {
	font-family: georgia;
	font-weight: normal;
	color: #b9b9b9;
	}
	
a:visited, a:link, a:active {
	color: #838383
	}
	
a:hover {
	text-decoration: none;
	}
	
	

	