body {
	background: White;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	height: auto;
}

ul {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
}

li {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background: Yellow;
}


