h1 {
	color: #FF0066;
	font-size: xx-large;
	font-family: "Arial Black";
	text-align: center;
	text-decoration: underline;
}
h2 {
	color: blue;
	font-size: x-large;
	font-family: "Arial Black";
}
h3 {
	color: #FF00CC;
	font-size: x-large;
	font-family: "Arial Black";
	text-decoration: underline;
}
h4 {
	color: black;
	font-family: "Times New Roman";
	font-size: large;
	font-weight: bolder;
}
h5 {
	color: black;
	font-family: "Times New Roman";
	font-size: medium;
	font-weight: bolder;
}
h6 {
	color: blue;
	font-weight: bolder;
	font-size: medium;
	text-align: center;
	text-decoration: none;
	font-family: "Arial Black";
}

strong {
	color: blue;
	font-weight: bold;
	font-size: large;
}


a:link {
	color: #ff0991;
	font-family: "Arial Black";
	font-weight: bold;
}
a:visited {
	color: #ff2424;
	font-family: "Arial Black";
	font-weight: bold;
}
