BODY {
	scrollbar-face-color: #0000ff;
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #ffffFF;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #0000ff; 
	scrollbar-arrow-color: #ffffff;
	color: #000000;
}

P {
	font-family: Arial;
	color: #000000;
}

P.bio {
	font-family: Arial;
	color: #0000ff;
	font-size: 10pt;
}

H1, H2, H3 {
	font-family: Arial;
	color: #0000ff;
}	

A {
	color : #800000;
	text-decoration : underline;
}
	
A.bottom {
	color : #ffff00;
	text-decoration : underline;
}

A.cal {
	color : #ff0000;
	text-decoration : underline;
}

A:HOVER {
	color : #ffffff;
	text-decoration : none;
	background-color: #0000ff;
}

A:HOVER.bottom {
	color : #ffff00;
	background-color: #ff6600;
	text-decoration : none;
}

HR {
	color : red;
	width : 90%;
}

HR.two {
	color : red;
	width : 40%;
}

TD.bgcA {
	background-color: #c0c0c0;
}
TD.bgcB {
	background-color: #ffffff;	
}
TD.bgcC {
	background-color: #800000;
}
TR.bgcA {
	background-color: #006699;
}
TR.bgcB {
	background-color: #0099cc;
}