	#content {
		margin-left:25%;
	}
	hr {
		border-width:thin;
		border-style:solid;
	}
	table {
		width:100%;
		vertical-align:top;
		margin-bottom:2%;
	}
	th, td {
    	padding: 8px;
		vertical-align:top;
	}
	.geo_name {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		letter-spacing:18px;
		color:#666;
	}
	.geo_title{
		font-family:Georgia, "Times New Roman", Times, serif;
		text-align:center; 
		font-size:20px;
		color:#000;
		font-weight:600; 
		letter-spacing:4px;
	}
	.geo_text {
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 14px;
		letter-spacing:normal;
		color:#000;
	}
	.geo_email {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		letter-spacing:10px;
		color:#000;
	}
	.geo_banner {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		letter-spacing:normal;
		color:#FFFFFF;
		text-align:center;
		background-color:#666666;
	}
	a {
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 14px;
		letter-spacing:normal;
		color:#000;
		text-decoration:underscore;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.1) {
		a {
			font-size: 16px;
		}
<!--
		.geo_name {
			font-size: 12px;
			letter-spacing:14px;
			color:#000;
		}
		.geo_text {
			font-size: 10px;
		}
		.geo_title {
			font-size: 14px;
			letter-spacing:normal;
		}
-->
	}