P  {}

H1  {
	font-size : small;
	font-family : sans-serif;
	color : Black;
	font-weight : normal;
}

H2  {
	font-size : medium;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Purple;
}

H3  {}

A  {
	font-family : Arial;
	font-style : normal;
	color : red;
	font-size : x-small;
	text-decoration : none;
}

A:Visited  {
	color : red;
	text-decoration : none;
}

A:Active  {
	color : red;
}

A:Hover  {}

BODY  {}

<strong>  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	color : Red;
}

<EM>  {
	font-size : x-small;
	font-family : Arial Narrow;
	font-weight : bold;
	color : Black;
}

