@charset "utf-8";
/* CSS Document */

body,html {
scrollbar-base-color: #DCDCDC;
scrollbar-arrow-color: #2FFF00;
scrollbar-3dlight-color: #DCDCDC;
scrollbar-darkshadow-color: #DCDCDC;
scrollbar-face-color: #DCDCDC;
scrollbar-highlight-color: #DCDCDC;
scrollbar-shadow-color: #DCDCDC;
scrollbar-track-color: #DCDCDC;
overflow: auto;
}

