H1 {
	font-style : italic;
	font-weight : bold;
}
H3 {
	font-style : italic;
	font-weight : bold;
	background-color : Purple;
	color : Yellow;
}
A:LINK {
	color : Blue;
	text-decoration : none;
}
A:VISITED {
	color : Blue;
	text-decoration : none;
}
A:ACTIVE {
	color : Red;
}
A:HOVER {
	color : Blue;
	background-color : Silver;
}
.highlight {
	background : #FFFF66;
}
.footnotecite {
	background : #80FFFF;
}
.casepage {
	background : #E0E0E0;
}
TD.topheader {
	background : Blue;
	color : Yellow;
	font-weight : bold;
	font-size : x-large;
}
TD.secondheader {
	background : Yellow;
	color : Blue;
	font-size : large;
	font-style : italic;
}
TD.thirdheader {
	background : Blue;
	color : White;
	font-size : large;
}
.menumain {
	background : Blue;
	color : Yellow;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}
.menubiol {
	color : Blue;
	font-weight : bolder;
	text-align : center;
	font : bolder;
	text-decoration : none;
	background-color : White;
}
