H1  {
	color : Blue;
	font-family : "Times New Roman";
	font-size : 16;
	font-weight : bold;
	text-align : center;
	line-height : 1;
}

H2  {
	text-align : center;
	color : Maroon;
	font-size : 24;
	font-weight : bold;
	text-align : center;
	line-height : 0;
}

H3  {
	font-size : 18;
	font-weight : bold;
	color : Black;
	text-align : center;
	line-height : 1;
}

H4  {
	text-align : center;
	color : Black;
	font-size : 18;
	font-weight : bold;
	line-height : 0;
}
H5  {
	color : Black;
	font-size : 10;
	text-align : left;
	display : inline;
	font : normal;
}
H6 {
	font-size : small;
	font-weight : bold;
	color : Black;
	text-align : left;
	display : inline;
	border : none;
	border-bottom : thin solid;
}
H7 {
	display : inline;
	border-bottom : thin solid Black;
}

BODY  {
	background-image : url("whitefur.jpg");
}


