/* Generated by KompoZer */
a {
  text-decoration: none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
a:visited {
color: Black;
	font-weight: bold;
}
a:active {
	color: Black;
	font-weight: bold;
}
a:hover {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
body, p, li {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

