BODY {
	background-color: #CCCC99;
	background-image : url(bg.gif);
	background-repeat : repeat;
}
A:LINK {
color: Black;
}
A:VISITED {
	color: Red;
}
A, A:HOVER {	
color: Blue;
}

H4   {
	font-family : "Book Antiqua";
	font-weight: bold;
	color: Maroon;
	line-height: 40px;
	font-size : 30px;
	margin-top : 2px;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 6px;
}
H5  {
	font-family : "Book Antiqua";
	font-weight: bold;
	color: Maroon;
	line-height: 24px;
	font-size : 18px;
	margin-top : 2px;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 3px;
}
H6 {
	font-family : "Book Antiqua";
	font-weight: bold;
	color: White;
	line-height: 18px;
	font-size : 14px;
	margin-top : 2px;
	margin-bottom: 2px;
	text-align: center;
	letter-spacing: 6px;
}


