/* Brewers Heaven Cascading Style Sheet, Chris Butler July 2004 */


:link { color: #0000af }  /* for unvisited links */
:visited { color: #800080 } /* for visited links */
:active { color: #800080 } /* when link is clicked */
:hover { color: #ff0000 } /* when mouse is over link */

body { scrollbar-highlight-color:#c0c0c0; /* this controls the left and top highlighted areas of the scrollbars giving it a 3D effect */
scrollbar-shadow-color:#808080;  /* this controls the right and bottom shadow color of the scrollbars giving it a 3D effect */
scrollbar-track-color:#fae2ad;  /* this controls the scroll track background color (normally darker) */
scrollbar-face-color:#f7e8d2;   /* this controls the scroll track face color (normally lighter) */
scrollbar-arrow-color:#707070;}  /* this controls the arrow colors  */



