body {
  border: 1px solid black;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  font: 70% verdana, arial, sans-serif;
  color: #333;
}

h1 {
	font-size: 6em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	color: #009900;
	letter-spacing: -0.04em;
	text-shadow: #ddd 3px 3px 2px;
	margin: 0;
	padding: 0.25em 0 0.1em 0;
  border-bottom: 0.1em solid #009900;
}

h2 {
  font: 2.8em Georgia, Times New Roman, serif;
  text-shadow: #bbb 2px 2px 1px;
  line-height: 1.1em;
  color: #009900; 
  font-weight: bold;
  text-transform: lowercase;
  margin: 0.3em 0 0.3em 0;
  padding: 0;
}

h3 {
  font: 1.8em Georgia, Times New Roman, serif;
  line-height: 1.3em;
  font-weight: bold;
  color: #009900; 
  text-transform: lowercase;
  margin: 0 0 0.4em 0;
  padding: 0; 
}
  
h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 0.3em 0;
  padding: 0; 
}

h5 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0; 
}

h6 {
  font-weight: normal;
  letter-spacing: 0.1em;
  clear: left;
  font-size: 0.9em;
  text-transform: uppercase; 
  margin: 0;
  padding: 0;
}

a:link, a:visited, a:active {
  color: #009900; text-decoration: none; 
}


a:hover {
  color: #009900; text-decoration: underline; 
}

th {
  text-align: left;
}

.flag {
  border: 1px solid black;
}

.flag-round {
	border: none;
	width: 32px;
}

th.archive {
	width: 350px;
}

th.imagesize, th.archivesize {
	width: 80px;
}

th.last-modified {
	width: 100px;
}