H1 {
	font-size: medium;
	color: Black;
	font-family : "Harlow Solid Italic";
	font-style : italic;
	font-weight : bolder;
	text-align : center;
}

H2 {
	font-size: medium;
	color: Black;
	font-family : "Harlow Solid Italic";
	font-weight : normal;
}

H3 {
	font-size: x-small;
	font-weight: normal;
	color : Black;
	font-family : "Harlow Solid Italic";
}
h4{
	font-family : "Harlow Solid Italic";
	font-size : medium;
	font-style : normal;
	font-weight : bold;
	font-variant : normal;
	text-align : center;
	text-decoration : underline;
	color: Black;
}

A {
	text-decoration: underline;
	color: Black;
	font-family : "Harlow Solid Italic";
	font-size : large;
	font-style : normal;
	font-weight : normal;
	list-style : inside;
}

A:Hover {
	text-decoration: underline;
	color: Purple;
	font-family : "Harlow Solid Italic";
	font-size : large;
	font-style : italic;
	font-weight : bolder;
}
div{
	margin-left : auto;
}



