body {
  background-color:white;
  color:black;
  font-family:Helvetica,Arial,sans-serif;
}
p {
  line-height:1.3;
}
a:link {
  color:#0000FF;
  text-decoration:underline;
}
a:visited {
  color:#990099;
  text-decoration:underline;
}
.sidebar {
  position:relative;
  float:left;
  width:175px;
  border-right:thin inset #000099;
  border-bottom:thin inset #000099;
  margin-right:1cm;
  margin-bottom:1cm;
  padding-right:15px;
  padding-bottom:15px;
}
a.mail {
  font-style:italic;
}
.currentpage {
  text-decoration:underline;
  font-weight:bold;
}
.nostyle {
  display:none;
}