body {
	font-size: 100%;
}

tr.clicky:hover {
	background: gray;
}
tr.selected {
	background-attachment: fixed;
	background-image: linear-gradient(to right, lightgreen, ivory);
}
td a {
	display: block;
	//border: 1px solid black;
}

tr.header {
	background-attachment: fixed;
	background-image: linear-gradient(to right, lightblue, ivory);
}	
th.pageHead {
	background-image: linear-gradient(to right, blue, ivory);
}

