P  {}

H1  {
	text-align : center;
	background-color : Yellow;
	color : Red;
	font-weight : bold;
	font-size : large;
}

H2  {
	color : Yellow;
	font-size : medium;
	background-color : Red;
	text-align : center;
	font-weight : bold;
}

H3  {
	color : red;
	text-align : center;
	font-weight : small;
	background-color : yellow;
	font-size : small;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}


