P  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Orange;
	text-decoration : none;
}

H1  {
	font-size : large;
	font-family : Comic Sans MS;
	font-weight : bold;
	font-style : normal;
	color : Orange;
}

H2  {}

H3  {}

A  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Orange;
	text-decoration : none;
}

A:Visited  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Purple;
	text-decoration : none;
}

A:Active  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Fuchsia;
	text-decoration : underline;
	background-color : Silver;
}

A:Hover  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Fuchsia;
	text-decoration : underline;
	background-color : Silver;
}

BODY  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Orange;
	text-decoration : none;
}

