/***********************************************************************
 *
 * Russell M. Van Tassell
 * russell@dartspub.net
 *
 * Generic CSS that I often use similar to "old school" directives.
 *
 ***********************************************************************/

html, body   { margin: 3px; }

.pageHeader {
  font-size: xx-large;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  font-size: smaller;
  text-align: center;

  margin-left: auto;
  margin-right: auto;

  padding-top: 10px;
  padding-bottom: 0px;
}

.version_str {
  font-size: smaller;
  font-family: monospace;
  display: block;
  font-size: smaller;
  padding-top: 10px;
  padding-bottom: 10px;
}
