body {
  background-color : #000;
  color : #fff;
  font-family : Verdana, Arial, sans-serif;
  font-size : 1em;
  overflow : auto;
}

h1 {
  position : relative; 
  line-height : 1em; 
  width : 100%;
}

/* unvisited link */
a:link {
  background-color : #000;
  color : #0f0;
}
/* visited link */  
a:visited {
	background-color : #000;
	color : #f00;
}
/* mouse over link */
a:hover {
	background-color : #000;
	color : #00f;
}
/* selected link */
a:active {
	background-color : #000;
	color : #f00;
}

ul.menu {
  list-style-type : none;
}

.content {
  display : inline;
  float : right;
  position : relative;
  width : 85%;
}

.copyright {
  clear : both;
  line-height: 2em;
  position : relative;
}

.navigation {
  float : left;
  position : relative;
  width : 15%;
}

.w3c-banner {
	border-width : 0;
}

#UAT-Banner {
  border-color : #fff;
  height : 60px;
  width : 120px;
}

/* Dropcap at the beginning of a paragraph */
p.dropcap:first-letter {
  float : left;
  font-size : 3em;
}

/* Compound numbers for nesting ordered lists */
/* Temporarily removed for debugging
ol {
  counter-reset : item;
}

li {
  display : block;
}

li:before {
  content : counters(item, ".");
  counter-increment : item;
} */