html {overflow-y: scroll;}

body {
	background-image: url('images/bgX.png');
	background-repeat: repeat-x;
}

a:link {color: #3366FF;}
a:visited {color: #3366FF;}
a:active {color: #3366FF;}

a:hover {color: #000000;}

a { 
  text-decoration: none;
}

p {
  font-family: Verdana, Arial;
  color: #000000;
}

.scrolBox {
  height: 500px;
  width: 500px;
  overflow: auto;
  border:0;
  padding: 0px;
  
  scrollbar-face-color: #3366FF;
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #000000; 
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-base-color: #ffffff;
  background-color: #ffffff;
}

.hand{
  cursor: hand;
}
