/* Last modified: August 7th 2011 */

  body
  {
  background-color: #DDD; /* 221 which is light gray */
  color: black;
  font: 100% "Times New Roman", serif;
  margin: 8px;
  }

  div#navigation
  {
  font-family: Tahoma, sans-serif;
  margin-bottom: 1em;
  position: static;
  }

  div#navigation > a {padding: 0.5em;}

  a {font-weight: bold;}
  a:link {background-color: inherit; color: blue;}
  a:visited {background-color: inherit; color: purple;}
  a:link:hover {background-color: white; color: blue;}
  a:visited:hover {background-color: white; color: purple;}
  a:focus, button:focus, input:focus {outline: black dotted 2px;}

  *[accesskey] span {text-decoration: underline;}

  label {white-space: nowrap;}

  #idtable
  {
  border-collapse: separate;
  border-color: blue;
  border-style: outset;
  border-width: 4px;
  width: 66%;
  }

  #idtable td
  {
  font-size: 110%;
  padding: 2px;
  border-color: green;
  border-width: 1px;
  }

  fieldset {display: inline; vertical-align: top;}

  p#footer {font-size: 140%; text-align: center;}
  p#footer > a, p#validation > a {padding: 1em 0em;}
  p#footer img, p#validation img {margin: 1em; vertical-align: middle;}
  p#validation {word-spacing: 4em;}

/* Last modified: August 7th 2011 */
