.content2 {
   float: left;
   width: 25%;
   font-family: garamond, serif;
}

.bullet {
   padding: 0;
   margin-left:  2em;
   line-height: 2;
   list-style-image: url(../images/zbook.gif);
   list-style-type: square;
}

.content2  a:link, .content2  a:active, .content2  a:visited {
   text-decoration: underline;
}

#listheader {
   margin-top:     2em;
   margin-bottom: .2em;
}

td.searchheader {
    background-color: #000000;
    color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
  td.searchbody {
    background-color: #ebebeb;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
  }
  td.searchbodyborder {
    background-color: #ebebeb;
    border: 1px;
    border-color: #0000b3;
    border-style: solid;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
  }