table {
  margin-left: 3em;
}

td {
  vertical-align: top;
}

#index table table {
  /* color: red; */
  font-size: small;
}

#index table table table {
  /* color: green; */
  font-size: x-small;
}

#index td a {
    display: inline-block;
	background-color: aliceblue;
	color: black;
	border: 0.3em solid;
	border-color: lightgrey darkgrey darkgrey lightgrey;
	border-radius: 0.7em;
	padding: 0.3em 0.6em;
	text-decoration: none;
	font: larger bolder;
	font-weight: 900;
}
 
#index td a:hover {
    background-im/age: url(/bits/high_light8.png);
    background-color: rgb(216, 202, 172);
}

/*
#index td a[href="#"] {
    text-decoration: line-through;
}

#index table {
    table-layout: fixed;
}

#index td {
    padding: 0.9em 0.6em;
    width: 5em;
}

#index td ul {
    list-style-type: none;
}
*/
