/*
   html:hover{
    background:black;
   }
   */
body{
 behavior:url("../htcmime.php?file=csshover.htc");
}
input.submit:hover{
    cursor:pointer;
    background:#eee;
}
