*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
a {
	color: #333;
    text-decoration:none;
    transition: all 0.2s ease-out 0s;
}
a:hover,
a:focus {
    text-decoration: none;
    text-decoration:none;
    transition: all 0.2s ease-out 0s; 
}
a:focus {
    outline:none;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
ul,
ol,
li {
    list-style:none;
    text-decoration:none;
}