*{
	box-sizing:border-box;
}

body, *{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

input, textarea, select, button{
	outline:none;
}

i, button{
	cursor:pointer;
}

.t4Absolute{
	position:absolute;
}


.t4relative{
	position:relative;
}