.golden-age * {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
	outline:none;
	text-size-adjust: none;
}

body.golden-age {
	margin:0 auto -1px auto;
	padding:0;
	color:#222222;
	font-family:Arial, Verdana, sans-serif;
	line-height:25px;
	font-size:15px;
	background:#efefef;
	min-height:100%;
	margin-bottom:1px;
}

html.golden-age {
	min-height:101%;
}

header.golden-age, section.golden-age, footer.golden-age, aside.golden-age, article.golden-age, figure.golden-age {
	display:block;
	overflow:hidden;
	margin:0 auto;
}

.golden-age nav {
	display:block;
	margin:0 auto;
	text-align:left;
}

.golden-age hr {
	border:0;
	width:auto;
	margin:0 auto;
	color:#888888;
	background-color:#999999;
	height:1px;
}

.golden-age h1,
.golden-age h2,
.golden-age h3,
.golden-age h4,
.golden-age h5,
.golden-age h6 {
	font-family: Eurostile, Arial, Verdana, sans-serif;
	color: #3b444c;
	margin-bottom: 20px;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
	width: auto;
	/* text-transform: uppercase; */ /* Uncomment if needed */
}

.golden-age h1 { font-size: 28px; line-height: 32px; }
.golden-age h2 { font-size: 26px; line-height: 30px; }
.golden-age h3 { font-size: 24px; line-height: 28px; }
.golden-age h4 { font-size: 22px; line-height: 26px; }
.golden-age h5 { font-size: 21px; line-height: 24px; }
.golden-age h6 { font-size: 20px; line-height: 22px; }

.golden-age img {
	border: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.golden-age b {
	font-weight: bold;
}

.golden-age i {
	font-style: italic;
}

.golden-age p {
	margin: 0 0 20px 0;
	display: table;
}

.golden-age a {
	color: #0000cc;
	cursor: pointer;
	text-decoration: none;
}

.golden-age a:hover {
	color: #365899;
	text-decoration: underline;
}

