
 body { scrollbar-face-color:#996633;
	 scrollbar-highlight-color:#663300; 
	 scrollbar-3dlight-color:#663300;
	  scrollbar-darkshadow-color:#663300;
	   scrollbar-shadow-color:#663300; 
	   scrollbar-arrow-color:#663300; 
	   scrollbar-track-color:#663300; }
	   
 a:link { color : #000000; text-decoration : none; }
	a:visited { color : #000000; text-decoration : none; }
	a:active { color : #000000; text-decoration : none; }
	a:hover { color :#0066cc; text-decoration :'overline , underline'; }

 font.cool
 {
	font-family : "Verdana,Arial,Helevetica,Sans-Serif ";
	font-size:"12"
 }
 
 font.bottom
 {
	
	font-family : "Verdana,Arial,Helevetica,Sans-Serif ";
	font-size:"10"
 }

div.scroll {
height: 220px;
width: 245px;
overflow-y: scroll; 
border: 1px solid #666;
background-color: #ccc;
}

a.info{position: relative;z-index:24; text-decoration:none}
	
a.info:hover{z-index:25;background-color: #000000}
a.info span{display: none}
a.info:hover span{display:block;
    position:absolute; top:6em;left:0em; width:10em;
    border:0px solid #0cf; background-color:#e5e583 ; color:#000;text-align: center}

table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
