BODY {
	background-color: Black;
	background-repeat : repeat;
}
A:LINK {
	color: Lime;
}
A:VISITED {
color: #ccff99;
}
A, A:HOVER {
	color : Red;
}

H4   {
	font-family : Mistral;
	font-weight: bold;
	color: #999900;
	line-height: 40px;
	font-size : 50px;
	margin-top : 2px;
	margin-bottom: 2px;
	text-align: center;
}
H5  {
	font-family : Mistral;
	font-weight: bold;
	color: White;
	line-height: 40px;
	font-size : 28px;
	margin-top : 2px;
	margin-bottom: 2px;
	text-align: center;
}



