
body {
        scrollbar-arrow-color: #ffffcc;
	scrollbar-base-color: #555555;
	scrollbar-track-color: #000000;
	scrollbar-highlight-color:#ffffcc;
	scrollbar-shadow-color:#ffffcc;
	cursor:url(black/01(pointer).cur), pointer;
       
}

#div	{
		width: 325px;
 		height: 400px;
		overflow: auto ;
		}

#div1	{	
		font-family:Verdana;
		}

#div2	{
		width: 600px;
 		height: 100px;
		overflow: auto ;
		}
		 
#div3	{	
		position: relative; left: 412px; top: -60px;
		}

td.c1	{
		font-family:Arial;
		hover-color: #ffff99
		}
p.text 	{	
		font-size: small;
		}

a.lewe 
	{ 
		text-decoration:none;
		text-align: center;
		color: #ffff99;
		font-family:Arial;	
		}

a.lewe:hover 
	{
		color: #000000;
		} 

