	A {
		color: #eeeeaa;
		text-decoration: underline;
	}
	
	A:Visited {
		color: #aaffaa;
		text-decoration: underline;
	}
	
	A:Active {
		color: #dddddd;
		text-decoration: underline;
	}
	
	A:Hover {
		color: #cccc88;
		text-decoration: underline;
	}
	
	BODY {
		font-family: sans-serif;
		font-style: normal;
		font-weight: normal;
	}

	.l {
		background-color: #4f4474;
		vertical-align: top;
		text-align: left;
	}

	.lh {
		background-color: #555588;
		vertical-align: top;
		text-align: left;
	}

	.lc {
		background-color: #4f4474;
		vertical-align: top;
		text-align: center;
	}

	.lhc {
		background-color: #555588;
		vertical-align: top;
		text-align: center;
	}

	.lhi {
		background-color: #555588;
		vertical-align: top;
		text-align: left;
	}

