@charset "utf-8";
a {
text-decoration: none;
}

h1 {
	font-size: 100%;
	margin: 0 50px 10px 0;
	float: left;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	margin: 0 0 25px 0;
	#line-height: 5px;
	border-bottom: solid #c0e0ff 1px;
}

h3 {
	font-size: 90%;
	background: #90a0ff
}

.time_stamp {
	font-size: 90%;
	color: #808080;
}

#footer {
	width: 100%;
	border-top: #f0f0f0 solid 1px;
	margin: 10px 0 0 0;
	position: fixed;
	bottom: 0;
	background: #ffffff;
	padding: 5px 0 5px 0;
}

.page a {
  border: solid 1px #aaaaff;
  background-color: #eeeeff;
  padding: 2px 10px 2px 10px;
	margin: 7px;
}

.selected_page {
  border: solid 1px #aaaaaa;
  background-color: #eeeeee;
  padding: 2px 10px 2px 10px;
	margin: 7px;
}

