/* Last modified: August 7th 2011 */

  body
  {
  background-color: #DDD; /* 221 which is light gray */
  color: black;
  line-height: 140%;
  }

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

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

  h1, h2 {line-height: 140%;}

  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;}

  .Explorer
  {
  background-color: inherit;
  color: #398CE2;
  font-family: Arial, sans-serif;
  font-size: 90%;
  font-weight: 700;
  padding: 2px;
  }

  .Netscape6
  {
  background-color: inherit;
  color: #457566;
  font-family: Arial, sans-serif;
  font-size: 90%;
  font-weight: 700;
  padding: 2px;
  }

  .Opera7
  {
  background-color: white;
  border-color: #BD1316;
  color: #D53944;
  font-family: Arial, sans-serif;
  font-size: 90%;
  font-weight: 700;
  padding: 2px;
  white-space: nowrap;
  }

  .BothNS6andMSIE6
  {
  background-color: inherit;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 90%;
  font-weight: 700;
  padding: 2px;
  }

  p.KnownBugsMoz
  {
  border: 4px solid orange;
  margin: 6px auto;
  padding: 12px;
  width: 80%;
  }

  img.IEico {border: none; height: 25px; padding-left: 16px; vertical-align: top; width: 23px;}
  img.NSico {border: none; height: 25px; padding-left: 16px; vertical-align: top; width: 25px;}

  del {display: none;}

  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 */

