H1 {
	background-color : Navy;
	font-family : "Benguiat Bk BT";
	text-decoration: none;
	color: #ffffff;
	font-size: x-large;
	}
	
H2.open {
	background-color : #000033;
	font-family : "Copperplate Gothic Bold";
	text-decoration: none;
	color: #FFEBCD;
	font-size: large;
	border: groove;
	border-color: Blue;
	width: 350px;
	text-align: center;
}

H2 {
	background-color : Purple;
	font-family : "Copperplate Gothic Bold";
	text-decoration: none;
	color: #FFEBCD;
	font-size: large;
	text-align : center;
}

H3 {
	background-color : #40E0D0;
	font-family : "Tahoma";
	text-decoration: none;
	color: #708090;
	font-size: medium;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color : White;
	text-align: center;
}
BODY {
	background-color : Black;
}
TD {
	vertical-align : bottom;
	text-align : center;
}

