body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #ffffff;
}

h1 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
	border-bottom: 1px dashed silver;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #000000;
}

a:active, a:hover {
	text-decoration: underline;
	color: #AA0000;
}

.article {
  width: 90%;
  border: 1px solid silver;
  background-color: #ffffff;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.date {
  font-size: 8px;
}

.author {
  font-size: 8px;
}

.content {
  border-top: 1px dashed silver;
  margin-top: 10px;
  padding-top: 10px;
}

.link {
  font-size: 10px;;
}

img.thumb {
  margin: 10px;
  height: 110px;
}

#show_all {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

#backlink {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
#pic_header {
  text-align: center;
  border-bottom: 1px dashed silver;
  padding-top: 10px;
  margin-bottom: 10px;
}

#images {
  text-align: center;
}
