@media screen
{
  body { font-family: Verdana ; }


  a:link    { color: rgb(0, 0, 255) }
  a:visited { color: rgb(0, 112, 0) }
  /*a:active  { color: rgb(0, 128, 0) }*/
  a:hover   { background: rgb(224,224,224) ; text-decoration: none ; }


  #header {
    background: url("hp_logo_blk.gif") no-repeat left top;
    width: 64px ;
    height: 55px;
    text-align: left;
  }
}
