* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/assets/css/boxsizing.htc");
  background-repeat: no-repeat;
  position: relative;
}

html,
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}
