  body {background-color: yellow;}
  a:link {color: black;}
  a:visited {color: red;}
  a:hover {color: fuchsia;}
  a:active {color: aqua;}

h1 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-style: normal;
	font-weight: strong;
	text-transform: capitalize;
	color: blue;
	text-align: center;
	background-color: yellow;
}

h2 {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-style: normal;
	font-weight: strong;
	text-transform: none;
	color: blue;
	text-align: center;
	background-color: yellow;
}

h3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: strong;
	text-transform: capitalize;
	color: blue;
	text-align: left;
	background-color: yellow;
}

h4 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: strong;
	text-transform: capitalize;
	color: blue;
	text-align: center;
	background-color: yellow;
}

h5 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: blue;
	text-align: center;
	background-color: yellow;
}

p {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: blue;
	text-align: justify;
	background-color: yellow;
}
