body {
  font-family: Arial, sans-serif;
  font-size: medium;
}
H1 {
	font-family : cursive;
	font-size : x-large;
	font-weight : bold;
}
H2 {
	font-family : cursive;
  font-size : large;
	font-weight : bold;
}
TD.img {
	padding: 0;
}
P.phototext {
	font-family : sans-serif;
	font-size : x-small;
	margin-top: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
.chronik {
  border: 1px solid;
	padding: 5px;
	border-collapse: collapse;
}
hr {
  height = 1px;
}
/* Classes for navigation text / links */
/* Inactive navigation link (highlighted) */
.nav1 {
	font-weight : bold;
	font-stretch : narrower;
}
/* Active navigation links */
.nav2 {
	font-stretch : narrower;
}

