html, body {
	font-size: 10px;
	background-color: #fff;
	position: relative;
	
}
* {
	font-size: inherit;
}
a {
	color: #262626;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #009CA3;
}
