A:link
{
    COLOR: #004068
}
A:visited
{
    COLOR: #004068
}
A:active
{
    COLOR: #004068
}
A:hover
{
    COLOR: solid green
}

.lmList{
      font-family: arial narrow,verdana,arial;
      text-align: left;
      font-size: 9pt;
      font-weight: 500;
      color: solid green;
      hover:green;
      active:red;
}
.lmBullet{
      font-family: arial narrow,verdana,arial;
      text-align: left;
      font-size: 8pt;
      font-weight: 500;
      color: solid green;
      hover:green;
      active:red;
      list-style-type:none
}

