/* CSS Document */
html, body { /* saves you from the "centering jump" on short pages */
	scrollbar-base-color: #EEEEEE;
	scrollbar-border-color:#666666;
    scrollbar-face-color: #EEEEEE;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #000000;

}
