body { 
  font-family: arial,helvetica,sans-serif;
  font-size: 100%;
  color: #000000;
  background-color: #FFFFCC;
}



/* THIS APPEARS TO BREAK NS4
img.float {
  float: left;
  margin-right: 10px;
}
*/

p { 
  font-family: arial,helvetica,sans-serif;
  margin-left: 20px;
}

pre { 
  margin-left: 20px;
}

p.quote {
  color: #000000;
  background-color: #FFFFFF;
  font-style: italic;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  border-width: thin;
  border-style: outset;
}

p.notice {
  color: #000000;
  background-color: #FFFFFF;
  font-style: normal;
  text-align: left;
  margin-left: 40px;
  margin-right: 40px;
  border-width: thin;
  border-style: outset;
  padding: 20px;
}

a:link {
  color: #990000;
  background-color: transparent;
}

a:hover {
  color: #CCFFFF;
  background-color: #006666;
}

ul { 
  font-family: arial,helvetica,sans-serif;
}

td{ 
  font-family: arial,helvetica,sans-serif;
}

.info { 
  font-family: arial,helvetica,sans-serif;
  font-size: 80%;
}

dt {
  font-weight: bold;
}

.key {
  color: green;
  background-color: transparent;
}

.nowrap {
  white-space: nowrap;
}
