/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

b,strong {/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

/*table {
  border-collapse: collapse;
  border-spacing: 0;
}*/

/*th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}*/

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;	
}