body {
  color: black;
  background-color: black;
scrollbar-3dlight-color:silver;
scrollbar-arrow-color:black;
scrollbar-base-color:white;
scrollbar-dark-shadow-color:black;
scrollbar-face-color:white;
scrollbar-highlight-color:silver;
scrollbar-shadow-color:silver;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
  
ul.navbar a {
  text-decoration: none }
  
a:link {
  color: blue }
  
a:visited {
  color: gray}
  
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

p {
	font-family:Verdana;
	font-size:10px;}

ul {	font-family:Verdana;
	font-size:10px;}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #000;
background: #FFFFFF
border: 1px solid silver;
font-family:verdana;
font-size:10px;
}

.submit input
{
color: #000;
background: #FFFFFF;
border: 1px outset gray
} 

fieldset
{
border: 1px solid #CCCCCC;;
width: 25em
}

legend
{
color: #000;
background: #CCCCCC;
border: 1px solid gray;
padding: 2px 6px
}