
<!--
	body {
		background-image: url('../img/paper1.jpg');
		overflow: hidden;
	}

	::-webkit-scrollbar {
		width: 4px;
}

::-webkit-scrollbar-track {
		background: #eee;
}

::-webkit-scrollbar-thumb {
		background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from

				(maroon) (white));
	background: -webkit-linear-gradient(top, maroon, white);
}

::-webkit-scrollbar-thumb:active {
		background: maroon;
}

	

-->



