H1 {
	font-family : Arial;
	font-size : 12pt;
	color : #990000;
	font-weight : bold;
	text-decoration : none;
}

H2 {
	font-family : Arial;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	text-decoration : none;
}

.txt {
	font-family : Arial;
	font-size : 10pt;
	color : black;
}

a:link {
	font-family : Arial;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	font-family : Arial;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	font-family : Arial;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;	
	text-decoration : underline;
}

a:active {
	font-family : Arial;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	text-decoration : none;
}

