/* CSS Document */

body {
  scrollbar-base-color:#000000;
  scrollbar-3d-light-color:#663300;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#6C5439;
  scrollbar-face-color:#6C5439;
  scrollbar-highlight-color:#543725;
  scrollbar-shadow-color:#543725;
  scrollbar-track-color:#000000;
}

a:link { 
  color:#ffffff; 
  text-decoration:none; 
  font-weight:bold;
  font-family:Arial;
  font-size:20;
 }
 
a:visited { 
  color:#ffffff; 
  text-decoration:none; 
  font-weight:bold; 
  font-family:Arial;
  font-size:20;
}

a:hover { 
  color:#6C5439; 
  text-decoration:none;
  font-weight:bold;
  font-family:Arial;
  font-size:50;
}
  
a:active {
  color:#6C5439; 
  font-weight:bold;
  font-family:Arial;
  font-size:50;
}

a:focus { 
  color:#6C5439;
  font-weight:bold; 
  font-family:Arial;
  font-size:50;
}

a:link.link { 
  color:#ffffff; 
  text-decoration:none; 
  font-weight:bold;
  font-family:Arial;
  font-size:20;
 }
 
a:visited.link { 
  color:#ffffff; 
  text-decoration:none; 
  font-weight:bold; 
  font-family:Arial;
  font-size:20;
}

a:hover.link { 
  color:#6C5439; 
  text-decoration:none;
  font-weight:bold;
  font-family:Arial;
  font-size:20;
}
  
a:active.link {
  color:#ffffff; 
  font-weight:bold;
  font-family:Arial;
  font-size:20;
}

a:focus.link { 
  color:#6C5439;
  font-weight:bold; 
  font-family:Arial;
  font-size:20;
}

