.invisible{
  display: none;
}

div.menu{
  display: none;
}
body{
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  width: 400pt;
}

h1, h2, h3{
  margin-bottom: 0;
}

h1{
  font-size: 14pt;
}

h2{
  font-size: 12pt;
}

h3{
  font-size: 10pt;
}

.warn{
  font-weight: bold;
}

a:visited, a:link{
  color: black;
  background-color: white;
}
p{
  margin-top: 0;
}
