<!--

	.drop { position: absolute; width: 3;  filter: flipV(), flipH(); font-size: 40; color: blue }

	.maroon {
		color: Maroon;
		font-weight: bold;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;}

	.blue {
		color: Blue;
		font-weight: bold;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;}
	.yellow {
		color: Yellow;
		font-weight: bold;
		font-size: 12px;
		font-family: Wingdings;}

	.green {
		color: Green;
		font-weight: bold;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;}
	-->