/* Copyright (c) 1998-2003 Network Accessibility Project.  All rights reserved. */
/* $Id: default.css,v 1.4 2003/10/29 05:34:12 max Exp $ */

html {
  height: auto;
  width: auto;
}

body {
  margin-left: 5em;
  margin-right: 5em;
  color: black;
  background-color: white;
}

div.banner {
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}

div.GlobalNavbar {
  font-size: 1.1em;
  color: blue;
}

li.skipnav {
  color: white;
  background-color: white;
  position: absolute;
  left: -999px;
  width: 990px;
}

div.GlobalNavbar ul li {
  display: inline;
}

div.indices ul li {
  display: inline;
}

div.ButtonBar {
  font-size: 0.9em;
  color: blue;
}

div.ButtonBar  li {
  display: inline;
}

div ul li.current {
  color: grey;
}

h1 {
  font-size: 1.6em;
}

h1, h2, h3 {
  text-align: center;
}
