/**
 * this only for popup windows
 * @author J Fan
 */

<!--
  body {
    color: black;
    background: white;
  }
  :link { color: #003366 }  /* for unvisited links */
  :visited { color: #003366 } /* for visited links */
  :active { color: #FF6600 } /* when link is clicked */
  :text { color: #000000 } /* for all default text */
/* 
 * for the table backgroup colors 
 */
  .bgwhite{ background: white }
.whitelinks {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FFFFFF}

-->
