/* CSS Document */

.content 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;
}
 
.content td a:hover {
    background-im/age: url(/bits/high_light8.png);
    background-color: rgb(216, 202, 172);
}

.content td a[href="#"] {
    text-decoration: line-through;
}

.content table {
    table-layout: fixed;
}

.content td {
    padding: 0.1em 0.6em;
    width: 5em;
}

.content td ul {
    list-style-type: none;
}