body {
  font-size: 11px;
  font-family: Verdana,sans-serif;
  color: white;
  background-color: #000000
}

table {
  font-size: 12px;
  font-family: Verdana,sans-serif;
  color: white;
  background-color: #000000
  border: thin red
}

td {
  font-size: 12px;
  font-family: Verdana,sans-serif;
  color: white;
  background-color: #000000
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }

ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }

ul.navbar a {
  text-decoration: none }

A, A:link, A:visited {
	color: #0099cc;
	text-decoration: none;
}
A:active, A:hover {
	color: #0099cc;
	text-decoration: underline;	
}


input, select, textarea, .Textareas, .Pulldowns {	
	font-family: Verdana,sans-serif;
	font-size: 9px;
}

