/* mozilla yellow: f2a204
 * mozilla red:    fe2a04
 * mozilla black:  020204
 */

body {
	color: #000000;
	background-color: #ffcc99;
}

a:link {
	color: #de2a04;
	background-color: transparent;
}

a:visited {
	color: #ae2a04;
	background-color: transparent;
}

a:hover {
	color: #fe2a04;
	background-color: #ffdd99;
}

a:active {
	color: #aa0000;
	background-color: #ffdd99;
}

span.worddef {
	text-decoration: underline;
}

table.footer {
	width: 100%;
}

td.footer-left {
	text-align: left;
	vertical-align: bottom;
	font-size: x-small;
	width: auto;
}

td.footer-right {
	text-align: right;
	vertical-align: bottom;
	width: auto;
	white-space: nowrap;
	font-size: x-small;
}

/*
span.dirname {
	font-family: "Courier";
	font-size: small;
} */

