* {
	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;
}
#message {
	text-align: center;
	font: normal 0.7em/3em tahoma, sans-serif;
	color: #900;
	margin-top: 4em;
	border: 1px solid #900;
	background: #fee ;
}
blockquote {
	margin: 3em 0 0 0;
}
blockquote p {
	font: italic 1em/1.5em georgia, serif;
	margin: 0;
	quotes: "“" "”";
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
p.cite {
	font: normal 0.7em/1.5em tahoma, sans-serif;
	margin: 0;
}
p.cite cite {
	font-style: 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.permalink, a.permalink:link {
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid gray;
}
a.permalink:visited {
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
a.permalink:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}
a.permalink:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
.ads {
	margin-top: 3em;
	padding-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	text-align: center;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
#tardis {
	margin-top: 2em;
	border-bottom: 1px solid black;
}
#tardis a, #tardis a:link, #tardis a:visited {
	font: bold 2em/2em tahoma, sans-serif;
	letter-spacing: 0.2em;
	display: block;
	margin: 1em;
	text-align: center;
	color: white;
	background: silver;
	text-decoration: none;
	border: 1px outset silver;
}
#tardis a:hover, #tardis a:active {
	color: white;
	text-decoration: none;
	border: 1px inset silver;
}
a#giddyup-link {
	display: block;
	color: gray !important;
	font: 0.7em/10em tahoma, sans-serif;
	text-decoration: none;
	border: 0;
	text-align: center;
}