a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
a:active {
	color: #000000;
}

.divclass{
	  display:block;
      position:relative;
	  /*width: 95%;*/
	  /*min-width: 45%;*/
	  left:0px; 
	  top:0px; 
	  width:645px; 
	  height:350px; 
	  /*background-color:#8f8e88; */
	  overflow:auto;
	  /*scrollbar-face-color : #cfd2cb; */
	  scrollbar-face-color : #bac482;
	  scrollbar-highlight-color : #8f8e88;
	  scrollbar-3dlight-color : #cfd2cb; 
	  scrollbar-shadow-color : #000000; 
	  scrollbar-darkshadow-color : #000000; 
	  scrollbar-track-color : #969a66; 
	  scrollbar-arrow-color : #ffffff;
	  }