* {
	padding: 0;
	margin: 0;
}
#comfortZone {
	width: 470px;
	margin: auto;
	color: black;
}
h1 {
	color: black;
	font: normal 2em/5em tahoma, sans-serif;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid black; /* px borders because < IE8 does "thin" like balls */
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000;
	text-decoration: none;
	border: 0;
}
h1 span {
	color: silver !important;
}
h2 {
	font-family:tahoma,sans-serif;
	font-size:0.7em;
	font-weight:normal;
	line-height:2em;
	text-align:center;
}
h2 strong {
	font-weight: normal;
}

ol {
	padding: 0 0 0 1em;
	margin: 0 1em;
}

ol li {
	font: italic 1em/1.5em georgia, serif;
	margin: 3em 0 0 0;
}
ol li h3 {
	font: italic 1em/1.5em georgia, serif;
	margin: 0;
}
ol li p {
	font: normal 0.7em/1.5em tahoma, sans-serif;
	margin: 0;
}
.ads {
	text-align: center;
	padding-top: 2em;
	margin: 0;
	width: auto;
}
li .ads {
	text-align: center;
	padding-top: 2em;
	margin-left: -2em;
}
b {
	font-weight: normal;
}
a, a:link {
	color: blue;
	text-decoration: none;
	border-bottom: 1px solid blue;
}
a:visited {
	color: blue;
	text-decoration: none;
	border-bottom: 1px dotted blue;
}
a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
}
a:active {
	color: red;
	text-decoration: none;
	border-bottom: 1px dotted red;
}
a.more, a.more:link {
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid gray;
}
a.more:visited {
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
a.more:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a.more:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
#pages {
	margin-top: 3em;
	border-top: 1px dotted black;
	border-bottom: 1px solid black;
	text-align: center;
	font: bold 1em/2em tahoma, sans-serif;
}
#pages a {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
a#giddyup-link {
	display: block;
	color: gray !important;
	font: 0.7em/10em tahoma, sans-serif;
	text-decoration: none;
	border: 0;
	text-align: center;
}
#foot {
	font: 0.7em/1.5em tahoma, sans-serif;
	padding: 1em;
	text-align: center;
	color: silver;
}
#foot a, #foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	color: silver !important;
	text-decoration: underline !important;
	border: 0 !important;
}