/* Normal, standard links. */
a:link
{
        color: #006633;
        text-decoration: bold;
}
a:visited
{
        color: #666666;
        text-decoration: underline;
}
a:hover
{
        color: #00cc66;
        text-decoration: underline;
}
.normaltext
{
        font-size: 8pt;
        font-family: arial, helvetica, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
ul li {
  margin: 2px 0 6px 0; 
  padding: 0;
  font-weight: bold;
  line-height: 24px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
ul li a {
  padding-left: 26px; /* width of icon + whitespace */
  }
#arrow { background-image: url(images/arrow.gif); }
