body {
	background-color: black;
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;
}
a img {
	border: 0;
}
hr {
	background-color: #666;
	border-color: #999;
	border-style: solid;
	height: 1px;
	width: 200pt;
}
p {
	background-color: white;
	padding: 1em;
}
#secret_squirel {
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}
#secret_squirel a {
	display: block;
	height: 100%;
	width: 100%;
}
#content {
	background-color: #eee;
	background-image: url('background.png');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1100px;
}
#border_1 {
	border-color: #111;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_2 {
	border-color: #222;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_3 {
	border-color: #333;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_4 {
	border-color: #444;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_5 {
	border-color: #555;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_6 {
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_7 {
	border-color: #777;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_8 {
	border-color: #888;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_9 {
	border-color: #999;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_a {
	border-color: #aaa;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_b {
	border-color: #bbb;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#border_c {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}
#top_left_corner {
	/*background-image: url('top_left_corner.png');
	background-repeat: no-repeat;*/
}
#top_right_corner {
	/*background-image: url('top_right_corner.png');
	background-repeat: no-repeat;*/
}
#title {
	font-family: monospace;
	font-size: 20pt;
	font-weight: bold;
}
.small {
	font-size: 0.7em;
}
#menu {
	font-family: sans-serif;
	font-weight: bold;
}
.dark {
	background-color: black;
	border: 2px solid #999;
	color: white;
	padding: 0.15em 0.3em;
}
.dark:hover {
	background-color: white;
}
#comic {
	border: 3px solid #000;
}
#mildly_hidden_link {
	border-color: #eee;
	border-style: solid;
	border-width: 0;
	color: #ccc;
	position: aboslute;
}
#mildly_hidden_link:hover {
	background-color: #333;
	padding: 0.5em;
	text-decoration: none;
}
#hidden_info {
	border: 1px solid #999;
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
