BODY {
	background : Maroon;
	color : White;
	font-family : sans-serif;
	font-size : x-small;
}
P.small {
	font-size : smaller;
}

A:VISITED {
	background : transparent;
	color : Lime;
}

A:LINK {
	color : Yellow;
}

A:HOVER {
	background : Yellow;
	color : Red;
}

UL {
	list-style-type : square;
}

UL.fixed {
	list-style-type : square;
	font-family : monospace;
}

TT {
	font-family : "Courier New", Courier, monospace;
	font-size : small;
}
