/* ------------- External Style Sheet Sample ------------------- */ 
/* ------------ Code for coloring a scrollbar ------------------ */

/* -------------------- Instructions --------------------------- */
/*    Use the ending ".css" for your external sheet */
/*    such as "stylesheet.css"  */

/* 1. Use the code below for your external style sheet, */
/*    changing the colors for your particular needs. */

/* 2. Save your stylesheet (with a ".css" ending). */

/* 3. Link FROM your HTML page TO your external style sheet: */
/*    On your HTML page, add the link between your <head></head> tags */
/*    <link rel="stylesheet" type="text/css" href="stylesheet.css"> */
/* ----------------- End of Instructions ----------------------- */


/* code for the browser scrollbar */

body {scrollbar-3dlight-color:#005500; 
	scrollbar-arrow-color:#005500;
	scrollbar-base-color:#FFFF33;
	scrollbar-darkshadow-color:#005500;
	scrollbar-face-color:#FFFF33;
	scrollbar-highlight-color:#005500;
	scrollbar-shadow-color:#005500; }

/* ------------------------------------------------------------- */
/* code courtesy of WebsiteTips.com */
/* from http://www.websitetips.com/info/css/scrollbars.html */
/* written by Shirley Kaiser, SKDesigns http://www.skdesigns.com/ */
/* ------------------------------------------------------------- */
