P  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	font-family : Arial Narrow;
}

H1  {
	font-family : Arial Narrow;
	text-decoration : none;
}

H2  {
	font-family : Arial Narrow;
	text-decoration : none;
}

H3  {
	font-family : Arial Narrow;
	text-decoration : none;
}

H4  {
	font-family : Arial;
	text-decoration : none;
	font-size : medium;
	font-weight : bold;
	font-style : italic;
	color : #302020;
	text-decoration : none;
	font-family : Arial Narrow;
}

A  {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: Blue;
	text-decoration: none;
	font-family: Arial Narrow;
}

A:Visited  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-decoration : none;
	font-family : Arial Narrow;
}

A:Active  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-decoration : none;
	font-family : Arial Narrow;
}

A:Hover  {
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: Blue;
	text-decoration: underline;
	font-family: Arial Narrow;
}

BODY  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : Black;
	font-family : Arial Narrow;
	text-decoration : none;
}

