P.small {
	font-size : smaller;
}
A:VISITED {
	background : transparent;
	color : Lime;
}
A:LINK {
	color : Aqua;
}

A:HOVER {
	background : Yellow;
	color : Navy;
}
BODY {
	background : Navy none;
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	list-style : square;
	font-size : x-small;
}
ul {
	list-style-type : square;
}

TT {
	font-family : "Courier New", Courier, monospace;
	font-size : medium;
}

