  /* The first style property is not seen by the browsers 
     Therefore define a dummy one */
  .dummy { 
    }

  /* Prevent a gap below images in links */
  a img {
    font-size:0px;
    }

  .no_style_image_icon { 
    border-width:0px;
    }

  /* Make sure that by default, images have no margin nor border */
  img { 
    border-width:0px; 
    margin:0px; 
    padding:0px; 
    }

  /* Do not display the system borders being generated for A tags */
  a:active {
    outline:none;
    }

  /* Do not outline the focus object */
  :focus {
    -moz-outline-style:none;
    }

  /* Fix the IE transparency for .png images */
  img, div, span, input { behavior: url("iepngfix.htc") }

