P  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
	text-decoration : none;
	text-align : left;
}

H1  {
	font-size : large;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
}

H2  {
	font-size : x-large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

H3  {
	font-size : x-large;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Black;
}

A  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	text-decoration : none;
	color : Black;
}

A:Visited  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Navy;
	text-decoration : none;
}

BODY  {}

p.kncv  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Yellow;
}

a.text:Visited  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	text-decoration : underline;
	color : Black;
}

a.text:Active  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
	text-decoration : underline;
}

a.text:Hover  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : Navy;
	text-decoration : underline;
}

a.text  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : Black;
	text-decoration : underline;
}


