* {
	margin:0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
img {
	border:0;
}
body {
	font-family: 'Open Sans', sans-serif;
}
::-webkit-scrollbar { width: 5px; height: 3px;}
::-webkit-scrollbar-button { display: none; }
::-webkit-scrollbar-track-piece { background-color: #c1c1c1; border-radius: 5px;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #777; border-radius: 3px; transition:0.3s;}
::-webkit-scrollbar-thumb:hover { height: 50px; background-color: #555; transition:0.3s; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}