/*
 * Global CSS file is include in both /nav/index.jsp and /frame.jsp
 */
body {
  font-family: tahoma, sans-serif;
  font-size: 76%;
  padding: 0px;
  margin: 0px;
  background: white;
  text-align: center;      /* Hack for IE not doing margin: auto */
}

p, li, table, td, th, div, input, select {
  font-size: 1em;
}

img, table {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

td, th {
  vertical-align: top;
  text-align: left;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 span {
  display: none;
}
