H1 {
	font-size : 24px;
	text-align : center;
	align : center;
}
H2 {
	font-size : 18px;
	text-align : left;
	align : left;
}

BODY {
	background-color : Black;
	color : White;
}
A,  A:LINK, A:VISITED {
	color : White;
}
A:HOVER {
	color : Red;
}
