#indextitle{
	display: none;
}
tr.odd {
	background-color:AliceBlue;	
}
tr.even{
	background-color:FloralWhite;
}
#indexlist{
	width:80%;
}
H1{
	style="display: inline";
}
.header{
	float: left;
	style="display: inline";
}
