/* This css stylesheet was developed by Kelly Welsh */
/* Email Kelly at merlin@magicman.org */

/* Scrollbar colors */
html {
	scrollbar-3dlight-color:#FDF5E6;
    scrollbar-arrow-color:#191970;
    scrollbar-base-color:#696969;
    scrollbar-track-color:#C0C0C0;
    scrollbar-darkshadow-color:#708090;
    scrollbar-face-color:#FFF5EE;
    scrollbar-highlight-color:#708090;
    scrollbar-shadow-color:#00008B;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Custom link styles */ 
a:active { text-decoration: none; color: #FF0000; /*RAC!! 
was black*/ } 

a:visited { text-decoration: none; color: #333333; /*RAC!! was black*/ 
} 

a:hover { text-decoration: none; color: #0000CC; } 

a:link { text-decoration: none; 
color: #000000; /*RAC!! was black*/ } 


