	BODY {
		color : #000;
		background-color : #fff;
		margin : 10;
		padding : 0;
	}

	.invisible {
		display : none;
	}

	A:visited, A {
		color : #559;
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}

	A:hover {
		color : #fff;
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}

	A:active {
		color : #88f;
		background-color : transparent;
		text-decoration : none;
		font-weight : bold;
	}
