/*
 * A scrolling body, a site navigation menu (div.banner) along
 * the top and a local navigation menu (div.map) along the
 * right side.
 *   
 * Some pages (e.g., QA) use DIVs with ID=Menu and ID=Logo instead of
 * class "banner" and "map" and have some other subtle differences.
 *
 * Copyright © 2003 W3C® (MIT, ERCIM, Keio). All Rights Reserved.
 * See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 12 Sep 2002
 * Version: $Id: threepart.css,v 1.55 2005/09/24 20:45:55 bbos Exp $
 */

/* Colors, fonts and other basic stuff */

body {
  background: black;
  color: #DDD;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }
h1 {
  line-height: 1;
  text-align: center;
  font-variant: small-caps;
  border-bottom: thin solid;
  font-weight: normal }
a:link img, a:visited img {
  border-style: none }
h2 {
  text-align: center;
  line-height: 1;
  border-bottom: thin solid;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 1em }
h1, h2 {
  color: #FFF }
a:link {
  color: #36F }
a:visited {
  color: #99dfdf }
a:active {
  color: #F00 }
a:hover {
  background: #444;
  color: #FFF;
  outline: solid red }
a:hover * {			/* Work-around for Konqueror 3.1 */
  background: inherit }
div.back {
  clear: both }
input {
background-color: black;
color: white;
border: grey 2px solid;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12pt
}
TEXTAREA {
background-color: black;
border: grey 2px solid;
color: white;
font-family: arial, verdana, ms sans serif;
font-size: 12pt;
font-weight: normal
}
