body {
  background-color: #fee;
  color: black;
  font-size: medium;
  font-family: Verdana, Arial, serif;
  padding: 10px;
}

a {
  color: blue;
}

div.body {
  background-color: white;
  border: solid black 4px;
  margin: 50px 0 0 0;
  position: relative;
  min-height: 15em;
  padding-bottom: 30px;
  color: black;
}
  
div.content {
  padding: 10px 10px 10px 15em;
}

h1 {
  font-variant: small-caps;
  font-size: small;
  text-align: right;
}

h1:before {
  font-variant: small-caps;
  font-size: small;
  content: "PAM Sessionrun :: "
}

div.navigation a {
  display: block;
  margin: 2px 4px;
}

div.navigation {
  padding: 8px;
  border-style: dashed;
  border-width: 0 4px 4px 0;
  border-color: black;
  background-color: #ffe;
  color: black;
  margin: 4px 12px 0 4px;
  width: 12em;
  position: absolute;
  left: 0;
  top: 0;
}

div.sourceforge {
	position: absolute;
	top: 10px;
	right: 10px;
}
div.sourceforge img {
	border: none;
}

p.byline {
	font-size: x-small;
	position: absolute;
	left: 8px;
	bottom: 2px;
}
