body {
	scrollbar-face-color: #FFD000;
	scrollbar-shadow-color: #FFA500;
	scrollbar-highlight-color: Yellow;
	scrollbar-3dlight-color: #FFD700;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #FFEBCD;
	scrollbar-arrow-color: Maroon;
}
.booktext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color : Maroon;
	font-size: 8pt;
	font-weight: bold;
}
A { 
color : #0000FF;  
text-decoration : underline;
}
A:visited {
	color : Black;
	text-decoration : underline;
}
A:active 
{
	color : #000080;
	text-decoration : none;
	
}
A:hover {
	color: Red;
	text-decoration:none;
	
}
A.menu {
	color : #8B0000;
	text-decoration : underline;
}	

A.menu:active {
	color : #FF7F50;
	text-decoration : none;
	background-color: #FFD700;
	border: #000000 1px solid;
}
A.menu:visited {
	color : Maroon;
	text-decoration : none;
}
A.menu:hover {
	color: Black;
	text-decoration: underline;
}
.button {
border: #000000 1px solid;
background-color: #E8E8E8;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
cursor: hand;
}
