.menuLinkClass {
	font-weight: bold;
	font-size: 16px;
	font-family: Book Antiqua;
	text-decoration: none;
	
	color: #B38E00;
}

.menuLinkFocusedClass {
	font-weight: bold;
	font-size: 20px;
	font-family: Book Antiqua;
	text-decoration: none;

	color: #B10101; 
}

.bodyClass {
	scrollbar-base-color: #0000FF; 
	scrollbar-face-color: #5C3D39; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #B38E00; 
	scrollbar-highlight-color: #F0F0F0; 
	scrollbar-3dlight-color: #816F61; 
	scrollbar-shadow-color: #662200; 
	scrollbar-darkshadow-color: #909090;
}

.mainTableClass {
	border-right-color: #A4A0A0;
	border-bottom-color: #A4A0A0;
	border-right-style: outset; 
	border-bottom-style: outset;
}

