﻿/* style sheet */




body {
scrollbar-arrow-color: yellow;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: yellow;
scrollbar-track-color: #C1E7A3;
scrollbar-face-color: #ff9ed1;
scrollbar-shadow-color: white;
scrollbar-highlight-color: yellow;
scrollbar-3d-light-color: black;
}



a:link {
  color:#0000ff;
  text-decoration:none;}

a:visited {
  color:#333399;
  text-decoration:none;}

a:active {
  color:#0033ff;
  text-decoration:underline;}

a:link:hover {
  background-color:#e9e9e9;
  text-decoration:underline;}


