ul li {
  list-style:url(images/list-item.gif);
}

div.obj {
 border: 2px solid navy;
 padding: 2px;
}


p#netscape-help {
 font-size: 80%;
 text-align: center;
}

p#last-updated {
 font-size: 80%;
 text-align: right;
}

table caption {
 font-size: x-small;
}

td {
 font-size: x-small;
}

h2 {
 font-size: small;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {
 font-size: medium;
 border-bottom: 2px solid navy;
 padding-bottom: 5px;
}

body#contents-page {
 margin: 0;
}

A:link {
  text-decoration: underline;
  color: #0000C0;
  background-color: transparent;
    
}

A:visited {
  color: navy;
  background-color: transparent;
}

A:hover {
  text-decoration: none;
  color: #E87400;
  background-color: transparent;
}

body {

 margin: 1em 1em 1em 1em;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 background-color: white;
 color: navy;
}