body {
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

H1 {
	color: Red;
	text-align: center;
	font-family: Arial;
	font-size: 30px;
}

H2 {
	text-align: center;
	color: Black;
	font-size: 22px;
}

H3 {
	text-align: center;
	color: #FF4500;
	font-size: 22px;
}

H4 {
	text-align: center;
	font-size: 12px;
}




a:visited {
	color: #0000FF;
}
