P  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : large;
	font-family : Book Antiqua;
	font-weight : bold;
	font-style : italic;
	color : Fuchsia;
}

H2  {}

H3  {}

A  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Purple;
}

A:Visited  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Green;
}

A:Active  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Red;
}

A:Hover  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : italic;
	color : Blue;
}

BODY  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

