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

html {
  height: auto;
  width: auto;
}

body {
  margin-left: 5em;
  margin-right: 5em;
}

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

div.navbar {
  font-size: 1.1em;
}

div.skipnav {
  display: none;
}

div.button {
  text-align: center;
  font-size: 1.2em;
}

.copyright {
  font-size: 0.8em;
}

li.newsitem span.postdate {
  font-weight: bold;
}

h1 {
  font-size: 1.6em;
}

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

*.flushright { text-align: right; }
*.center { text-align: center; }
