	BODY {
		font-family : Arial, Helvetica, sans-serif;
	}

	H1 {
		color : Blue;
		text-align : center;
	}
	H2 {
		color : Teal;
	}
	P {
		text-indent : .25in;
	}
TH {
	border-bottom : thin solid Black;
	font-weight : normal;
}

	.popup {
		position : absolute;
		left:0;
		top:0;
		border-width: 5;
		border-color: #0000cc #6495ED;
		border-style: solid;
		padding:3;
		background-color : beige;
		visibility : hidden;
	}